mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Add XUL_APP installer to the build _after_ the xpinstall directory is built. r/sr=bryner
This commit is contained in:
parent
834666eb28
commit
d1c20d92a6
@ -267,6 +267,11 @@ ifdef MOZ_XPINSTALL
|
||||
tier_50_dirs += xpinstall
|
||||
endif
|
||||
|
||||
# mozapps installer needs to be built after xpinstall
|
||||
ifdef MOZ_XUL_APP
|
||||
tier_50_dirs += toolkit/mozapps/installer
|
||||
endif
|
||||
|
||||
#
|
||||
# tier 9x - application features
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user