mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
693f013ade
See https://github.com/llvm/llvm-project/issues/107365#issuecomment-2362516002 for an example of how things can go wrong when they are passed first. I don't think there was a specific reason for them to have been put first in the first place. Differential Revision: https://phabricator.services.mozilla.com/D222899
4 lines
120 B
Batchfile
4 lines
120 B
Batchfile
@echo off
|
|
REM See comment in cargo-linker (without extension)
|
|
%MOZ_CARGO_WRAP_HOST_LD% %* %MOZ_CARGO_WRAP_HOST_LDFLAGS%
|