Skip to content

Commit a9cb15d

Browse files
committed
bootstrap: Fix CMAKE_OSX_ARCHITECTURES on all Apple platforms
1 parent 9cf05b8 commit a9cb15d

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

+1-1
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)