forked from mirrors/0ad
682de9f289
This deletes the RETRY flag from the build script, which can be manually mocked if needed.
17 lines
286 B
Diff
17 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",
|
|
]
|
|
|