mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 10:18:38 +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
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
ifeq (browser,$(MOZ_BUILD_APP))
|
||||
ifdef MOZ_PHOENIX
|
||||
ifdef COMPILE_ENVIRONMENT
|
||||
gtest::
|
||||
$(MAKE) -C $(DEPTH)/toolkit/library gtestxul
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ ifdef MOZ_B2G
|
|||
BUILD_GTEST=
|
||||
endif
|
||||
|
||||
ifneq (browser,$(MOZ_BUILD_APP))
|
||||
ifndef MOZ_PHOENIX
|
||||
BUILD_GTEST=
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue