mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
Use MOZ_PHOENIX instead of checking for 'browser' in MOZ_BUILD_APP
This commit is contained in:
parent
09f68c6444
commit
28bbfef589
21 changed files with 35 additions and 24 deletions
|
|
@ -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 += [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue