mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-18 22:33:56 -07:00
This deletes the RETRY flag from the build script, which can be manually mocked if needed.
16 lines
286 B
Diff
16 lines
286 B
Diff
--- a/js/src/moz.build
|
|
+++ b/js/src/moz.build
|
|
@@ -50,9 +50,12 @@
|
|
if CONFIG["ENABLE_WASM_CRANELIFT"]:
|
|
CONFIGURE_SUBST_FILES += ["rust/extra-bindgen-flags"]
|
|
|
|
+DIRS += [
|
|
+ "rust"
|
|
+]
|
|
+
|
|
if not CONFIG["JS_DISABLE_SHELL"]:
|
|
DIRS += [
|
|
- "rust",
|
|
"shell",
|
|
]
|
|
|