Skip to content

Commit

Permalink
Don't build maccatalyst
Browse files Browse the repository at this point in the history
  • Loading branch information
gbaraldi committed Oct 4, 2023
1 parent 04a8901 commit e1e847d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions L/LLVM/common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -296,13 +296,13 @@ if [[ "${target}" == *apple* ]]; then
else
CMAKE_FLAGS+=(-DDARWIN_macosx_OVERRIDE_SDK_VERSION:STRING=10.8)
fi
CMAKE_FLAGS+=(-DSANITIZER_MIN_OSX_VERSION="${MACOSX_DEPLOYMENT_TARGET}")
# We need to link against libc++ on OSX
CMAKE_FLAGS+=(-DLLVM_ENABLE_LIBCXX=ON)
CMAKE_FLAGS+=(-DCOMPILER_RT_ENABLE_IOS=OFF)
CMAKE_FLAGS+=(-DCOMPILER_RT_ENABLE_WATCHOS=OFF)
CMAKE_FLAGS+=(-DCOMPILER_RT_ENABLE_TVOS=OFF)
CMAKE_FLAGS+=(-DCOMPILER_RT_ENABLE_MACCATALYST=OFF)
# If we're building for Apple, CMake gets confused with `aarch64-apple-darwin` and instead prefers
# `arm64-apple-darwin`. If this issue persists, we may have to change our triplet printing.
Expand Down

0 comments on commit e1e847d

Please sign in to comment.