From bcbc79bd5d671af3ed7377cd9a2b6e05ff4b59eb Mon Sep 17 00:00:00 2001 From: Sandor Molnar Date: Thu, 8 Dec 2022 03:19:17 +0200 Subject: [PATCH] Backed out changeset 4e4bb8d1cdd2 (bug 1804548) for causing py failures. CLOSED TREE --- toolkit/moz.configure | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/toolkit/moz.configure b/toolkit/moz.configure index b3c3e7018be4..e51e97678cbf 100644 --- a/toolkit/moz.configure +++ b/toolkit/moz.configure @@ -2389,14 +2389,8 @@ option( ) -@depends("--with-wasm-sandboxed-libraries", target, host) -def requires_wasm_sandboxing(libraries, target, host): - if target.kernel == "WINNT" and host.kernel == "WINNT" and target.cpu != host.cpu: - # Bug 1741233 - die( - f"Wasm sandboxing is not supported yet when building for {target.cpu} on {host.cpu} Windows. " - "Please use --without-wasm-sandboxed-libraries for now." - ) +@depends("--with-wasm-sandboxed-libraries") +def requires_wasm_sandboxing(libraries): if libraries: return True