build/cargo-host-linker.bat
author Serban Stanca <sstanca@mozilla.com>
Thu, 17 Jul 2025 20:21:32 +0300 (11 hours ago)
changeset 797003 7ec5a911287f51bc177058928bb102163a3b656e
parent 754795 f6cff71bfc6cba2b1d37d79fce2cb6b5d0b00852
permissions -rw-r--r--
Revert "Bug 1977690 - Remove unused AppRequestInterceptor in androidTests r=aaronmt" for causing fenix-debug failures. This reverts commit bc9dc5f4296482e17560627acaacd2797e462211.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
465532
3a444460cb6c3db935838ce735f1e6edceb55dfa Bug 1524396 - Unify how target/host linker/flags are passed to rust. r=chmanchester
Mike Hommey <mh+mozilla@glandium.org>
parents:
diff changeset
     1
@echo off
3a444460cb6c3db935838ce735f1e6edceb55dfa Bug 1524396 - Unify how target/host linker/flags are passed to rust. r=chmanchester
Mike Hommey <mh+mozilla@glandium.org>
parents:
diff changeset
     2
REM See comment in cargo-linker (without extension)
754795
f6cff71bfc6cba2b1d37d79fce2cb6b5d0b00852 Bug 1916426 - Pass our LDFLAGS last to the linker command line cargo invokes r=firefox-build-system-reviewers,sergesanspaille
Mike Hommey <mh+mozilla@glandium.org>
parents: 465532
diff changeset
     3
%MOZ_CARGO_WRAP_HOST_LD% %* %MOZ_CARGO_WRAP_HOST_LDFLAGS%