summaryrefslogtreecommitdiffstats
path: root/toolkit/toolkit.mozbuild
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-02-26 09:24:49 -0500
committerMatt A. Tobin <email@mattatobin.com>2020-02-26 09:24:49 -0500
commit11d14ae59f61d7cff9e1058a3ef4d3f120baff21 (patch)
tree758e9d1ff4372f61a1477875d56f345cc48b7cbf /toolkit/toolkit.mozbuild
parent4ff7606b6aa7efa631e43fe7f1b463c6bdec5b3f (diff)
downloadUXP-11d14ae59f61d7cff9e1058a3ef4d3f120baff21.tar
UXP-11d14ae59f61d7cff9e1058a3ef4d3f120baff21.tar.gz
UXP-11d14ae59f61d7cff9e1058a3ef4d3f120baff21.tar.lz
UXP-11d14ae59f61d7cff9e1058a3ef4d3f120baff21.tar.xz
UXP-11d14ae59f61d7cff9e1058a3ef4d3f120baff21.zip
No Issue - Always build marionette until it can be tracked down and killed
Diffstat (limited to 'toolkit/toolkit.mozbuild')
-rw-r--r--toolkit/toolkit.mozbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/toolkit.mozbuild b/toolkit/toolkit.mozbuild
index 230fef418..b5679ca50 100644
--- a/toolkit/toolkit.mozbuild
+++ b/toolkit/toolkit.mozbuild
@@ -137,7 +137,7 @@ DIRS += [
if 'gtk' in CONFIG['MOZ_WIDGET_TOOLKIT']:
DIRS += ['/toolkit/system/gnome']
-if CONFIG['ENABLE_MARIONETTE']:
+if CONFIG['ENABLE_MARIONETTE'] or True:
DIRS += [
'/testing/firefox-ui',
'/testing/marionette',