We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d18f38 commit f041f6bCopy full SHA for f041f6b
Cargo.toml
@@ -5,9 +5,11 @@ name = "compiler_builtins"
5
version = "0.1.0"
6
7
[build-dependencies]
8
-gcc = "0.3.35"
9
rustc-cfg = "0.2.0"
10
+[build-dependencies.gcc]
11
+git = "https://github.com/alexcrichton/gcc-rs"
12
+
13
[dependencies]
14
15
[dependencies.rlibc]
compiler-rt/compiler-rt-cdylib/Cargo.toml
@@ -7,5 +7,5 @@ build = "build.rs"
[lib]
crate-type = ["cdylib"]
-[build-dependencies]
-gcc = "0.3"
0 commit comments