Skip to content

Commit 2667352

Browse files
committed
bootstrap: Fix CMAKE_OSX_ARCHITECTURES on all Apple platforms
1 parent 5ec64d7 commit 2667352

File tree

1 file changed

+1
-1
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/build_steps/llvm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ fn configure_cmake(
696696
// CMakeFiles (and then only in tests), and so far no issues have been
697697
// reported, the system version is currently left unset.
698698

699-
if target.contains("darwin") {
699+
if target.contains("apple") {
700700
// Make sure that CMake does not build universal binaries on macOS.
701701
// Explicitly specify the one single target architecture.
702702
if target.starts_with("aarch64") {

0 commit comments

Comments
 (0)