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 | 15ba85911e481c72c0c3613ba2ee1e8f3125d097 (patch) | |
tree | 19750570928118ef98b9472cb08d840a05a236c7 /toolkit/moz.build | |
parent | b7c868021c43687358123609f8db5c76ffd3b585 (diff) | |
download | uxp-15ba85911e481c72c0c3613ba2ee1e8f3125d097.tar.gz |
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 9501938aec..ea7cc390d8 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'] |