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:
Mike Hommey 2021-09-17 21:34:46 +00:00
parent feeff68652
commit 576ad5a0c7

View File

@ -416,7 +416,6 @@ def want_wine(target, host):
wine = check_prog(
"WINE",
["wine64", "wine"],
allow_missing=True,
when=want_wine,
bootstrap="wine/bin",
)