Skip to content

Commit a1700f9

Browse files
committed
Fix a typo in the build script
1 parent 070990f commit a1700f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4100,7 +4100,7 @@ mod c {
41004100
// need, so include a few more that aren't typically needed by
41014101
// LLVM/Rust.
41024102
if env::var_os("CARGO_FEATURE_RUSTBUILD").is_some() {
4103-
sources.exend(&[
4103+
sources.extend(&[
41044104
"ffsdi2.c",
41054105
]);
41064106
}

0 commit comments

Comments
 (0)