Skip to content

Commit

Permalink
Merge pull request TheDan64#141 from MarkMcCaskey/master
Browse files Browse the repository at this point in the history
Add `no-llvm-linking` feature to prevent linking LLVM while building
  • Loading branch information
TheDan64 authored Dec 11, 2019
2 parents 671a3ec + 643f9d3 commit 885b487
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ llvm5-0 = []
llvm6-0 = []
llvm7-0 = []
llvm8-0 = []
# Don't link aganist LLVM libraries. This is useful if another dependency is
# installing LLVM. See llvm-sys for more details.
no-llvm-linking = ["llvm-sys/no-llvm-linking"]
target-x86 = []
target-arm = []
target-mips = []
Expand Down

0 comments on commit 885b487

Please sign in to comment.