diff options
Diffstat (limited to 'devtools/client/moz.build')
-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 b63de757c..b55aa5380 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 += [ |