aboutsummaryrefslogtreecommitdiff
path: root/link_rust.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'link_rust.sh.in')
-rw-r--r--link_rust.sh.in2
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@ "$@"