mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +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
|
|
@ -136,7 +136,7 @@ DEFINES['GRE_MILESTONE'] = CONFIG['GRE_MILESTONE']
|
|||
for var in ('APP_VERSION', 'APP_ID'):
|
||||
DEFINES[var] = CONFIG['MOZ_%s' % var]
|
||||
|
||||
if CONFIG['MOZ_BUILD_APP'] == 'browser':
|
||||
if CONFIG['MOZ_PHOENIX']:
|
||||
DEFINES['MOZ_BUILD_APP_IS_BROWSER'] = True
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue