From fa2e5aeb64cd4a7b722e764cbe5122dd0be4060e Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Wed, 14 Mar 2018 16:58:35 -0400 Subject: Fix mozbuild looking for .cargo --- moz.build | 2 -- 1 file changed, 2 deletions(-) (limited to 'moz.build') 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') -- cgit v1.2.3