diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-02-10 10:45:11 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-02-10 10:45:11 -0500 |
commit | 05909d49b86e40faf18060fa513e9788c4fa99c1 (patch) | |
tree | 19750570928118ef98b9472cb08d840a05a236c7 /toolkit/moz.build | |
parent | deea787c2efbb9c89caec8d9efc023ffafe75613 (diff) | |
download | UXP-05909d49b86e40faf18060fa513e9788c4fa99c1.tar UXP-05909d49b86e40faf18060fa513e9788c4fa99c1.tar.gz UXP-05909d49b86e40faf18060fa513e9788c4fa99c1.tar.lz UXP-05909d49b86e40faf18060fa513e9788c4fa99c1.tar.xz UXP-05909d49b86e40faf18060fa513e9788c4fa99c1.zip |
Hook up the Tycho Add-on Manager to the build system
Diffstat (limited to 'toolkit/moz.build')
-rw-r--r-- | toolkit/moz.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolkit/moz.build b/toolkit/moz.build index 9501938ae..ea7cc390d 100644 --- a/toolkit/moz.build +++ b/toolkit/moz.build @@ -23,6 +23,8 @@ DIRS += [ if CONFIG['MOZ_WEBEXTENSIONS']: DIRS += ['mozapps/webextensions'] +else: + DIRS += ['mozapps/extensions'] if CONFIG['MOZ_UPDATER'] and CONFIG['MOZ_WIDGET_TOOLKIT'] != 'android': DIRS += ['mozapps/update'] |