Fix a typo in the build script
This commit is contained in:
parent
ebcf7fac6a
commit
a32ae6d6b6
1 changed files with 1 additions and 1 deletions
|
|
@ -4100,7 +4100,7 @@ mod c {
|
|||
// need, so include a few more that aren't typically needed by
|
||||
// LLVM/Rust.
|
||||
if env::var_os("CARGO_FEATURE_RUSTBUILD").is_some() {
|
||||
sources.exend(&[
|
||||
sources.extend(&[
|
||||
"ffsdi2.c",
|
||||
]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue