1
0

Fixed unix Lua dependencies.

This commit is contained in:
madmaxoft 2013-12-27 11:56:39 +01:00
parent 90213d324a
commit 66f9fcbb69

View File

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