Skip to content
Snippets Groups Projects
Commit e084afde authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Allow spaces in CCLD in linker.sh

Hello71 spotted this first.
parent 8f3712cf
No related branches found
No related tags found
No related merge requests found
......@@ -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@ "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment