3 lines
110 B
Bash
Executable file
3 lines
110 B
Bash
Executable file
#!/bin/sh
|
|
# See comment in cargo-linker.
|
|
eval ${MOZ_CARGO_WRAP_HOST_LD} '"$@"' ${MOZ_CARGO_WRAP_HOST_LDFLAGS}
|