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-21 20:51:25 +00:00
Родитель f2aef849b5
Коммит f3547c45a3
1 изменённых файлов: 0 добавлений и 1 удалений

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

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