File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -93,12 +93,12 @@ handled naturally. `./configure` should almost never be used for local
93
93
installations, and is primarily useful for CI. Prefer to customize behavior
94
94
using ` config.toml ` .
95
95
96
- Finally, rustbuild makes use of the [ gcc -rs crate] which has [ its own
96
+ Finally, rustbuild makes use of the [ cc -rs crate] which has [ its own
97
97
method] [ env-vars ] of configuring C compilers and C flags via environment
98
98
variables.
99
99
100
- [ gcc -rs crate] : https://github.com/alexcrichton/gcc -rs
101
- [ env-vars ] : https://github.com/alexcrichton/gcc -rs#external-configuration-via-environment-variables
100
+ [ cc -rs crate] : https://github.com/alexcrichton/cc -rs
101
+ [ env-vars ] : https://github.com/alexcrichton/cc -rs#external-configuration-via-environment-variables
102
102
103
103
## Build stages
104
104
You can’t perform that action at this time.
0 commit comments