Add XUL_APP installer to the build _after_ the xpinstall directory is built. r/sr=bryner

This commit is contained in:
ben%bengoodger.com 2003-11-07 10:52:37 +00:00
parent 834666eb28
commit d1c20d92a6

View File

@ -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
#