diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-02-03 08:22:52 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-02-03 08:22:52 -0500 |
commit | 7239cc8c7e9c140be6858c659d942f6d71283531 (patch) | |
tree | a253fdf254e4c0cb87c0fcf69c8b3b5761f31530 /devtools/client | |
parent | 6ff7b85d14eeb64216e7cba5d76beeb2c485045e (diff) | |
download | uxp-7239cc8c7e9c140be6858c659d942f6d71283531.tar.gz |
Use MOZ_PHOENIX instead of checking for 'browser' in MOZ_BUILD_APP
Diffstat (limited to 'devtools/client')
-rw-r--r-- | devtools/client/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/client/moz.build b/devtools/client/moz.build index b63de757c2..b55aa5380e 100644 --- a/devtools/client/moz.build +++ b/devtools/client/moz.build @@ -38,7 +38,7 @@ DIRS += [ ] # Shim old theme paths used by DevTools add-ons -if CONFIG['MOZ_BUILD_APP'] == 'browser': +if CONFIG['MOZ_PHOENIX']: DIRS += ['themes/shims'] EXTRA_COMPONENTS += [ |