diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-03-14 16:58:35 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-03-14 16:58:35 -0400 |
commit | caa1b329f11d39515e29ad93fb1ff72595fce8d4 (patch) | |
tree | b16914dfbe293a34acd6a033f2cfc7363e884eff /moz.build | |
parent | 4bb98e2b61ce75d7f5d19398b658441a7ceed04b (diff) | |
download | uxp-caa1b329f11d39515e29ad93fb1ff72595fce8d4.tar.gz |
Fix mozbuild looking for .cargo
Diffstat (limited to 'moz.build')
-rw-r--r-- | moz.build | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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') |