Skip to content

Commit 34884af

Browse files
committed
Revert "Disable IOS"
This reverts commit 9b5d6ca.
1 parent 8f3dc34 commit 34884af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
# add extra CMake args to disable them.
136136
# See https://github.com/llvm/llvm-project/issues/99767
137137
if [ "$RUNNER_OS" = "macOS" ]; then
138-
target_cmake_flags="$target_cmake_flags -DCOMPILER_RT_ENABLE_IOS=OFF -DBOOTSTRAP_COMPILER_RT_ENABLE_IOS=OFF -DBOOTSTRAP_BOOTSTRAP_COMPILER_RT_ENABLE_IOS=OFF"
138+
target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_BOOTSTRAP_COMPILER_RT_ENABLE_IOS=OFF"
139139
if [ "$RUNNER_ARCH" = "ARM64" ]; then
140140
arches=arm64
141141
else

0 commit comments

Comments
 (0)