summaryrefslogtreecommitdiffstats
path: root/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'moz.build')
-rw-r--r--moz.build4
1 files changed, 3 insertions, 1 deletions
diff --git a/moz.build b/moz.build
index 5af3642165..9db27fd056 100644
--- a/moz.build
+++ b/moz.build
@@ -183,7 +183,9 @@ if CONFIG["MOZ_BUILD_APP"]:
else:
include("/toolkit/toolkit.mozbuild")
-OBJDIR_PP_FILES[".cargo"] += [CONFIG["MOZ_OVERRIDE_CARGO_CONFIG"] or ".cargo/config.in"]
+OBJDIR_PP_FILES[".cargo"] += [
+ CONFIG["MOZ_OVERRIDE_CARGO_CONFIG"] or ".cargo/config.toml.in"
+]
DEFINES["top_srcdir"] = TOPSRCDIR