Allow spaces in CCLD in linker.sh

Hello71 spotted this first.
This commit is contained in:
Nick Mathewson
2018-06-20 19:16:25 -04:00
parent 8f3712cf6e
commit e084afde80
+1 -1
View 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@ "$@"