forked from mirrors/0ad
7038d87454
Fixes #7662
17 lines
257 B
Diff
17 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",
|
|
]
|
|
|