mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Bug 1800462 - Revert the Windows part of bug 1791476. r=firefox-build-system-reviewers,andi
Considering the difficulty to figure out what's going wrong because none of members of the build team can reproduce this, and considering that the problem bug 1791476 addresses only affects TSAN for the moment, and TSAN is not supported on Windows, let's just go back to what the linker wrapper was before bug 1791476 on Windows, which will at least unblock people. We'll eventually have to figure out what's going wrong, but that's for another day. Differential Revision: https://phabricator.services.mozilla.com/D162179
This commit is contained in:
parent
9b7eee2c37
commit
58c00fe168
@ -1,2 +1,2 @@
|
||||
@echo off
|
||||
%PYTHON3% %~dp0\cargo-linker %*
|
||||
%MOZ_CARGO_WRAP_LD% %MOZ_CARGO_WRAP_LDFLAGS% %*
|
||||
|
Loading…
Reference in New Issue
Block a user