Skip to content

Commit da19f9e

Browse files
committed
bootstrap: Fix CMAKE_OSX_ARCHITECTURES on all Apple platforms
1 parent 4d7d3e3 commit da19f9e

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
@@ -735,7 +735,7 @@ fn configure_cmake(
735735
// CMakeFiles (and then only in tests), and so far no issues have been
736736
// reported, the system version is currently left unset.
737737

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

0 commit comments

Comments
 (0)