We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cf05b8 commit a9cb15dCopy full SHA for a9cb15d
src/bootstrap/src/core/build_steps/llvm.rs
@@ -696,7 +696,7 @@ fn configure_cmake(
696
// CMakeFiles (and then only in tests), and so far no issues have been
697
// reported, the system version is currently left unset.
698
699
- if target.contains("darwin") {
+ if target.contains("apple") {
700
// Make sure that CMake does not build universal binaries on macOS.
701
// Explicitly specify the one single target architecture.
702
if target.starts_with("aarch64") {
0 commit comments