浏览代码

Allow spaces in CCLD in linker.sh

Hello71 spotted this first.
Nick Mathewson 6 年之前
父节点
当前提交
e084afde80
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      link_rust.sh.in

+ 1 - 1
link_rust.sh.in

@@ -7,4 +7,4 @@
 # We'd like to remove the need for this, but build.rs doesn't let us pass
 # -static-libasan and -static-libubsan to the linker.
 
-"$CCLD" @RUST_LINKER_OPTIONS@ "$@"
+$CCLD @RUST_LINKER_OPTIONS@ "$@"