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-22 23:54:26 +00:00
Родитель feecbbaa4f
Коммит c934ee01ff
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

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