1
0

Jenkins fixes

This commit is contained in:
Tiger Wang
2020-07-12 23:38:13 +01:00
parent bd20afd6ce
commit 3cf671b4fc
8 changed files with 12 additions and 11 deletions

View File

@@ -2,7 +2,7 @@ function(emit_fixups)
# TODO these should be in the submodules
# Under Windows, we need Lua as DLL; on *nix we need it linked statically:
if (WIN32)
target_compile_definitions(lua PUBLIC LUA_BUILD_AS_DLL)
target_compile_definitions(lualib PUBLIC LUA_BUILD_AS_DLL)
endif()
# Let Lua use additional checks on its C API. This is only compiled into Debug builds: