From 3cf671b4fcd567c52aa88b08a5fd7b59cf7d669a Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Sun, 12 Jul 2020 23:38:13 +0100 Subject: Jenkins fixes --- CMake/Fixups.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMake/Fixups.cmake') diff --git a/CMake/Fixups.cmake b/CMake/Fixups.cmake index 374196d09..f8f616254 100644 --- a/CMake/Fixups.cmake +++ b/CMake/Fixups.cmake @@ -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: -- cgit v1.2.3