From 05909d49b86e40faf18060fa513e9788c4fa99c1 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Sat, 10 Feb 2018 10:45:11 -0500 Subject: Hook up the Tycho Add-on Manager to the build system --- toolkit/moz.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'toolkit/moz.build') 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'] -- cgit v1.2.3