summaryrefslogtreecommitdiffstats
path: root/build/cargo-host-linker
diff options
context:
space:
mode:
Diffstat (limited to 'build/cargo-host-linker')
-rwxr-xr-xbuild/cargo-host-linker3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/cargo-host-linker b/build/cargo-host-linker
new file mode 100755
index 0000000000..cbd0472bf7
--- /dev/null
+++ b/build/cargo-host-linker
@@ -0,0 +1,3 @@
+#!/bin/sh
+# See comment in cargo-linker.
+eval ${MOZ_CARGO_WRAP_HOST_LD} ${MOZ_CARGO_WRAP_HOST_LDFLAGS} '"$@"'