diff options
Diffstat (limited to 'toolkit/moz.build')
-rw-r--r-- | toolkit/moz.build | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/toolkit/moz.build b/toolkit/moz.build index e53a6066d..158e760dc 100644 --- a/toolkit/moz.build +++ b/toolkit/moz.build @@ -27,6 +27,14 @@ DIRS += ['mozapps/extensions'] if CONFIG['MOZ_UPDATER'] and CONFIG['MOZ_WIDGET_TOOLKIT'] != 'android': DIRS += ['mozapps/update'] +if CONFIG['MOZ_UPDATER'] and CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows': +# Including mozapps/update/common-standalone allows the maintenance service +# to be built so the maintenance service can be used for things other than +# updating applications. + DIRS += [ + 'mozapps/update/common-standalone', + ] + DIRS += ['xre'] if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3'): |