1
0
Fork 0

possable fix of typo

This commit is contained in:
Tycho Bickerstaff 2013-12-20 14:03:40 +00:00
parent bc2d23550c
commit fda983fcb4
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ add_library(tolualib ${LIB_SOURCE})
#m is the standard math librarys
if(UNIX)
target_link_libraries(m)
target_link_libraries(tolua m)
endif()
target_link_libraries(tolua lua tolualib)