0ad/libraries/source/spidermonkey/patches/FixRustLinkage.diff
Itms 682de9f289
Unbundle SpiderMonkey
This deletes the RETRY flag from the build script, which can be
manually mocked if needed.
2024-12-09 10:11:34 +01:00

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",
]