[tor/release-0.3.4] Allow spaces in CCLD in linker.sh

21 Jun
2018
21 Jun
'18
12:38 p.m.
commit e084afde80a844328a1eeef33d732e0f0a0d9eda Author: Nick Mathewson <nickm@torproject.org> Date: Wed Jun 20 19:16:25 2018 -0400 Allow spaces in CCLD in linker.sh Hello71 spotted this first. --- link_rust.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/link_rust.sh.in b/link_rust.sh.in index 2b972fdf2..59f4142ba 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@ "$@"
2543
Age (days ago)
2543
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org