Skip to content

Commit

Permalink
debug macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
vaintroub committed Sep 9, 2023
1 parent fbf3a2d commit 1648303
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/BuildLuaJit.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ if(NOT WIN32)
if(CMAKE_OSX_DEPLOYMENT_TARGET)
set(MACOSX_DEPLOYMENT_TARGET
"MACOSX_DEPLOYMENT_TARGET=${CMAKE_OSX_DEPLOYMENT_TARGET}")
elseif(APPLE)
message(WARNING "CMAKE_OSX_DEPLOYMENT_TARGET was not set")
set(MACOSX_DEPLOYMENT_TARGET
"MACOSX_DEPLOYMENT_TARGET=12.6")
endif()
set(libluajit_static_lib ${install_dir}/lib/libluajit-5.1.a)
ExternalProject_Add(
Expand Down

0 comments on commit 1648303

Please sign in to comment.