mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Bug 1731223 - Wine is not optional on Windows cross-builds. r=firefox-build-system-reviewers,andi
Differential Revision: https://phabricator.services.mozilla.com/D125938
This commit is contained in:
parent
feeff68652
commit
576ad5a0c7
@ -416,7 +416,6 @@ def want_wine(target, host):
|
||||
wine = check_prog(
|
||||
"WINE",
|
||||
["wine64", "wine"],
|
||||
allow_missing=True,
|
||||
when=want_wine,
|
||||
bootstrap="wine/bin",
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user