Fix a typo in the build script
This commit is contained in:
parent
070990f10a
commit
a1700f9da9
2
build.rs
2
build.rs
@ -4100,7 +4100,7 @@ mod c {
|
|||||||
// need, so include a few more that aren't typically needed by
|
// need, so include a few more that aren't typically needed by
|
||||||
// LLVM/Rust.
|
// LLVM/Rust.
|
||||||
if env::var_os("CARGO_FEATURE_RUSTBUILD").is_some() {
|
if env::var_os("CARGO_FEATURE_RUSTBUILD").is_some() {
|
||||||
sources.exend(&[
|
sources.extend(&[
|
||||||
"ffsdi2.c",
|
"ffsdi2.c",
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user