浏览代码

Fix a typo in the build script

Alex Crichton 7 年之前
父节点
当前提交
a1700f9da9
共有 1 个文件被更改,包括 1 次插入1 次删除
  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",
             ]);
         }