1
0
Fork 0

fixed lua dynamic library

This commit is contained in:
Tycho Bickerstaff 2013-12-21 13:50:32 +00:00
parent 869104de34
commit 650a1483b8
1 changed files with 2 additions and 2 deletions

View File

@ -15,5 +15,5 @@ add_library(lua SHARED ${SOURCE})
endif()
if(UNIX)
target_link_libraries(lua m)
endif()
target_link_libraries(lua m dl)
endif()