mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
4 lines
110 B
Plaintext
4 lines
110 B
Plaintext
|
#!/bin/sh
|
||
|
# See comment in cargo-linker.
|
||
|
eval ${MOZ_CARGO_WRAP_HOST_LD} ${MOZ_CARGO_WRAP_HOST_LDFLAGS} '"$@"'
|