Quellcode durchsuchen

Fix a typo in the build script

Alex Crichton vor 7 Jahren
Ursprung
Commit
a1700f9da9
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      build.rs

+ 1 - 1
build.rs

@@ -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",
             ]);
         }