diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-02-26 09:24:49 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-02-26 09:24:49 -0500 |
commit | 11d14ae59f61d7cff9e1058a3ef4d3f120baff21 (patch) | |
tree | 758e9d1ff4372f61a1477875d56f345cc48b7cbf /toolkit | |
parent | 4ff7606b6aa7efa631e43fe7f1b463c6bdec5b3f (diff) | |
download | uxp-11d14ae59f61d7cff9e1058a3ef4d3f120baff21.tar.gz |
No Issue - Always build marionette until it can be tracked down and killed
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/toolkit.mozbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/toolkit.mozbuild b/toolkit/toolkit.mozbuild index 230fef4181..b5679ca50b 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', |