From c94f3c7ae0de87e3324f5ff01800ec34c830d4de Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Mon, 13 Jul 2020 12:35:38 +0100 Subject: Jenkins crosscompile --- CMake/Fixups.cmake | 9 --------- 1 file changed, 9 deletions(-) (limited to 'CMake/Fixups.cmake') diff --git a/CMake/Fixups.cmake b/CMake/Fixups.cmake index f8f616254..f671bd6ac 100644 --- a/CMake/Fixups.cmake +++ b/CMake/Fixups.cmake @@ -1,13 +1,4 @@ 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(lualib PUBLIC LUA_BUILD_AS_DLL) - endif() - - # Let Lua use additional checks on its C API. This is only compiled into Debug builds: - target_compile_definitions(lua PRIVATE LUA_USE_APICHECK) - if(NOT MSVC AND "${CMAKE_SYSTEM_PROCESSOR}" MATCHES "arm") # mbed TLS uses the frame pointer's register in inline assembly for its bignum implementation: # https://tls.mbed.org/kb/development/arm-thumb-error-r7-cannot-be-used-in-asm-here -- cgit v1.2.3