Skip to content

Commit

Permalink
Merge pull request #733 from CDLuminate/CDLuminate-patch-1
Browse files Browse the repository at this point in the history
cmake: add soversion for luaT
  • Loading branch information
soumith authored Aug 8, 2016
2 parents 17ff317 + 1ac6fc5 commit 3485097
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/luaT/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ if(BUILD_STATIC)
ADD_LIBRARY(luaT_static STATIC luaT.h luaT.c)
endif()

SET_TARGET_PROPERTIES(luaT PROPERTIES
VERSION 0
SOVERSION 0)

IF(APPLE)
SET_TARGET_PROPERTIES(luaT PROPERTIES
LINK_FLAGS "-undefined dynamic_lookup")
Expand Down

0 comments on commit 3485097

Please sign in to comment.