From 4e7f6a6a7e6f9a472ec7ab201d0048ee00d5f9cd Mon Sep 17 00:00:00 2001 From: Noemi Erli Date: Sat, 18 Sep 2021 02:03:28 +0300 Subject: [PATCH] Backed out changeset e61e701731df (bug 1731223) for causing toolchains bustages --- moz.configure | 1 + 1 file changed, 1 insertion(+) diff --git a/moz.configure b/moz.configure index f9682e19c70c..87882d0d31d5 100755 --- a/moz.configure +++ b/moz.configure @@ -416,6 +416,7 @@ def want_wine(target, host): wine = check_prog( "WINE", ["wine64", "wine"], + allow_missing=True, when=want_wine, bootstrap="wine/bin", )