Bug 501791: fennec desktop builds - osx is broken, r=blassey

This commit is contained in:
Mark Finkle 2009-09-02 21:53:12 -04:00
parent 60b348f5d0
commit f88aa47037

View File

@ -71,8 +71,13 @@ ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
_BINPATH = /$(_APPNAME)/Contents/Resources
endif
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
PACKAGE_XULRUNNER =
UNPACKAGE =
else
PACKAGE_XULRUNNER = package-xulrunner
UNPACKAGE = $(LIBXUL_DIST)/xulrunner*$(PKG_SUFFIX)
endif
include $(topsrcdir)/toolkit/mozapps/installer/packager.mk