We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7e0eb1 commit 5807cc4Copy full SHA for 5807cc4
src/bootstrap/native.rs
@@ -174,8 +174,7 @@ impl Step for Llvm {
174
// just a local concern. However, it doesn't work well everywhere.
175
//
176
// If we are shipping llvm tools then we statically link them LLVM
177
- if (target.contains("linux-gnu") || target.contains("apple-darwin")) &&
178
- !builder.config.llvm_tools_enabled {
+ if target.contains("linux-gnu") || target.contains("apple-darwin") {
179
cfg.define("LLVM_LINK_LLVM_DYLIB", "ON");
180
}
181
0 commit comments