Skip to content

Commit

Permalink
Bug 1731223 - Wine is not optional on Windows cross-builds. r=firefox…
Browse files Browse the repository at this point in the history
…-build-system-reviewers,andi

Differential Revision: https://phabricator.services.mozilla.com/D125938
  • Loading branch information
glandium committed Sep 21, 2021
1 parent f2aef84 commit f3547c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion toolkit/moz.configure
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)

0 comments on commit f3547c4

Please sign in to comment.