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