File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126
126
# add extra CMake args to disable them.
127
127
# See https://github.com/llvm/llvm-project/issues/99767
128
128
if [ "${{ runner.os }}" = "macOS" ]; then
129
- target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_COMPILER_RT_ENABLE_IOS=OFF -DLLVM_USE_STATIC_ZSTD=ON "
129
+ target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_COMPILER_RT_ENABLE_IOS=OFF"
130
130
if [ "${{ runner.arch }}" = "ARM64" ]; then
131
131
arches=arm64
132
132
else
Original file line number Diff line number Diff line change @@ -109,3 +109,6 @@ set_final_stage_var(LLVM_ENABLE_PROJECTS "${LLVM_RELEASE_ENABLE_PROJECTS}" STRIN
109
109
set_final_stage_var(CPACK_GENERATOR "TXZ" STRING )
110
110
set_final_stage_var(CPACK_ARCHIVE_THREADS "0" STRING )
111
111
112
+ if (CMAKE_SYSTEM_NAME MATCHES "Darwin" )
113
+ set_final_stage_var(LLVM_USE_STATIC_ZSTD "ON" BOOL )
114
+ endif ()
You can’t perform that action at this time.
0 commit comments