We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa06a37 commit c37afcdCopy full SHA for c37afcd
src/bootstrap/llvm.rs
@@ -352,7 +352,7 @@ impl Step for Llvm {
352
// Disable zstd to avoid a dependency on libzstd.so.
353
cfg.define("LLVM_ENABLE_ZSTD", "OFF");
354
355
- if target != "aarch64-apple-darwin" && !target.contains("windows") {
+ if !target.contains("windows") {
356
cfg.define("LLVM_ENABLE_ZLIB", "ON");
357
} else {
358
cfg.define("LLVM_ENABLE_ZLIB", "OFF");
0 commit comments