]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Allow spaces in CCLD in linker.sh
authorNick Mathewson <nickm@torproject.org>
Wed, 20 Jun 2018 23:16:25 +0000 (19:16 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 20 Jun 2018 23:17:29 +0000 (19:17 -0400)
Hello71 spotted this first.

link_rust.sh.in

index 2b972fdf27a1255d17065f7ec3ec26cb1d589001..59f4142baabdcf7390d2b6d73ed4770204a7964f 100644 (file)
@@ -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@ "$@"