1
0
Fork 0

Fixed unix Lua dependencies.

This commit is contained in:
madmaxoft 2013-12-27 11:56:39 +01:00
parent 90213d324a
commit 66f9fcbb69
1 changed files with 1 additions and 1 deletions

View File

@ -26,5 +26,5 @@ else()
endif()
if (UNIX)
target_link_libraries(m dl)
target_link_libraries(lua m dl)
endif()