diff options
Diffstat (limited to '')
-rw-r--r-- | lib/lua/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/lua/CMakeLists.txt b/lib/lua/CMakeLists.txt index 695d75e7e..4787b6aa6 100644 --- a/lib/lua/CMakeLists.txt +++ b/lib/lua/CMakeLists.txt @@ -15,5 +15,5 @@ add_library(lua SHARED ${SOURCE}) endif() if(UNIX) -target_link_libraries(lua m) -endif()
\ No newline at end of file +target_link_libraries(lua m dl) +endif() |