Skip to content

Commit

Permalink
Always disable all-targets-init
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander Maijers authored and vadorovsky committed Dec 9, 2023
1 parent 4c120dc commit ff02db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ simplelog = { version = "0.12.1" }
ar = { version = "0.9.0" }
aya-rustc-llvm-proxy = { version = "0.9.0", optional = true }
libc = { version = "0.2.150" }
llvm-sys = { version = "170.0.0" }
llvm-sys = { features = ["disable-alltargets-init"], version = "170.0.0" }
log = { version = "0.4.20" }
thiserror = { version = "1.0.50" }

Expand Down

0 comments on commit ff02db6

Please sign in to comment.