From: Nick Mathewson Date: Wed, 20 Jun 2018 23:16:25 +0000 (-0400) Subject: Allow spaces in CCLD in linker.sh X-Git-Tag: tor-0.3.4.3-alpha~7^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e084afde80a844328a1eeef33d732e0f0a0d9eda;p=thirdparty%2Ftor.git Allow spaces in CCLD in linker.sh Hello71 spotted this first. --- diff --git a/link_rust.sh.in b/link_rust.sh.in index 2b972fdf27..59f4142baa 100644 --- a/link_rust.sh.in +++ b/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@ "$@"