Skip to content

Commit

Permalink
fix name of the ravi library on Unix platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Dibyendu Majumdar committed Dec 24, 2015
1 parent c47f132 commit 7649833
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ add_library(libravi SHARED
if (WIN32)
# enable DLL export
set_target_properties(libravi PROPERTIES DEFINE_SYMBOL "LUA_BUILD_AS_DLL")
else()
set_target_properties(libravi PROPERTIES PREFIX "")
endif ()
target_link_libraries(libravi ${EXTRA_LIBRARIES} ${LLVM_LIBS} ${GCCJIT_LIBRARIES})

Expand Down

0 comments on commit 7649833

Please sign in to comment.