mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
16 lines
257 B
Diff
16 lines
257 B
Diff
--- a/js/src/moz.build
|
|
+++ b/js/src/moz.build
|
|
@@ -47,9 +47,12 @@
|
|
with Files("builtin/intl/*"):
|
|
BUG_COMPONENT = component_intl
|
|
|
|
+DIRS += [
|
|
+ "rust"
|
|
+]
|
|
+
|
|
if not CONFIG["JS_DISABLE_SHELL"]:
|
|
DIRS += [
|
|
- "rust",
|
|
"shell",
|
|
]
|
|
|