summaryrefslogtreecommitdiff
path: root/moz.build
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2018-03-14 16:58:35 -0400
committerMatt A. Tobin <email@mattatobin.com>2018-03-14 16:58:35 -0400
commitfa2e5aeb64cd4a7b722e764cbe5122dd0be4060e (patch)
treeb16914dfbe293a34acd6a033f2cfc7363e884eff /moz.build
parentad3c05a0762e0e11acfada8b8292fbf60353ebfa (diff)
downloaduxp-fa2e5aeb64cd4a7b722e764cbe5122dd0be4060e.tar.gz
Fix mozbuild looking for .cargo
Diffstat (limited to 'moz.build')
-rw-r--r--moz.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/moz.build b/moz.build
index fee89428de..2c02ec3a01 100644
--- a/moz.build
+++ b/moz.build
@@ -84,6 +84,4 @@ if not CONFIG['JS_STANDALONE'] and CONFIG['MOZ_BUILD_APP']:
# Bring in the configuration for the configured application.
include('/' + CONFIG['MOZ_BUILD_APP'] + '/app.mozbuild')
-CONFIGURE_SUBST_FILES += ['.cargo/config']
-
include('build/templates.mozbuild')