File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,13 +133,13 @@ jobs:
133133 # add extra CMake args to disable them.
134134 # See https://github.com/llvm/llvm-project/issues/99767
135135 if [ "$RUNNER_OS" = "macOS" ]; then
136- target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_COMPILER_RT_ENABLE_IOS =OFF"
136+ target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_BOOTSTRAP_COMPILER_RT_ENABLE_IOS =OFF"
137137 if [ "$RUNNER_ARCH" = "ARM64" ]; then
138138 arches=arm64
139139 else
140140 arches=x86_64
141141 fi
142- target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_DARWIN_osx_ARCHS =$arches -DBOOTSTRAP_DARWIN_osx_BUILTIN_ARCHS =$arches"
142+ target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_BOOTSTRAP_DARWIN_osx_ARCHS =$arches -DBOOTSTRAP_BOOTSTRAP_DARWIN_osx_BUILTIN_ARCHS =$arches"
143143 fi
144144
145145 build_flang="true"
You can’t perform that action at this time.
0 commit comments