Skip to content

Commit 885b487

Browse files
authored
Merge pull request rust-lang#141 from MarkMcCaskey/master
Add `no-llvm-linking` feature to prevent linking LLVM while building
2 parents 671a3ec + 643f9d3 commit 885b487

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ llvm5-0 = []
2121
llvm6-0 = []
2222
llvm7-0 = []
2323
llvm8-0 = []
24+
# Don't link aganist LLVM libraries. This is useful if another dependency is
25+
# installing LLVM. See llvm-sys for more details.
26+
no-llvm-linking = ["llvm-sys/no-llvm-linking"]
2427
target-x86 = []
2528
target-arm = []
2629
target-mips = []

0 commit comments

Comments
 (0)