diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-20 19:16:25 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-20 19:17:29 -0400 |
commit | e084afde80a844328a1eeef33d732e0f0a0d9eda (patch) | |
tree | eced56173c8814a49635e220a8301aa1094929f7 /link_rust.sh.in | |
parent | 8f3712cf6e02bb7e7a8ad9570fda3f6904c7d181 (diff) | |
download | tor-e084afde80a844328a1eeef33d732e0f0a0d9eda.tar.gz tor-e084afde80a844328a1eeef33d732e0f0a0d9eda.zip |
Allow spaces in CCLD in linker.sh
Hello71 spotted this first.
Diffstat (limited to 'link_rust.sh.in')
-rw-r--r-- | link_rust.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
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@ "$@" |