not dealing with SOL2 problem now

This commit is contained in:
Hartmut Seichter 2019-01-16 11:13:44 +01:00
parent 46eff44297
commit e8be36243d
2 changed files with 17 additions and 2 deletions

View file

@ -53,8 +53,7 @@ add_library (lualib STATIC
${libsrc}
)
target_compile_definitions(lualib PRIVATE LUA_USE_POSIX)
if(UNIX)
target_link_libraries( lualib m )