mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +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
|
|
@ -740,7 +740,7 @@ class MachCommandConditions(object):
|
|||
def is_firefox(cls):
|
||||
"""Must have a Firefox build."""
|
||||
if hasattr(cls, 'substs'):
|
||||
return cls.substs.get('MOZ_BUILD_APP') == 'browser'
|
||||
return cls.substs.get('MOZ_PHOENIX') == 1
|
||||
return False
|
||||
|
||||
@staticmethod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue