Преглед на файлове

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@ "$@"