We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6396b7 commit 9302c17Copy full SHA for 9302c17
src/bootstrap/native.rs
@@ -178,7 +178,7 @@ impl Step for Llvm {
178
.define("LLVM_TARGET_ARCH", target_native.split('-').next().unwrap())
179
.define("LLVM_DEFAULT_TARGET_TRIPLE", target_native);
180
181
- if !target.contains("netbsd") {
+ if !target.contains("netbsd") && target != "aarch64-apple-darwin" {
182
cfg.define("LLVM_ENABLE_ZLIB", "ON");
183
} else {
184
// FIXME: Enable zlib on NetBSD too
0 commit comments