зеркало из https://github.com/mozilla/gecko-dev.git
328391 .mar generation should package universal build when the build is universal. r=darin
This commit is contained in:
Родитель
3ac1b5700f
Коммит
d87ff44bb8
|
@ -50,7 +50,11 @@ include $(topsrcdir)/toolkit/mozapps/installer/package-name.mk
|
|||
STAGE_DIR = $(DIST)/update
|
||||
|
||||
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
|
||||
ifdef UNIVERSAL_BINARY
|
||||
PACKAGE_DIR = $(DIST)/universal/$(MOZ_PKG_APPNAME)/$(MOZ_APP_DISPLAYNAME).app
|
||||
else
|
||||
PACKAGE_DIR = $(DIST)/$(MOZ_PKG_APPNAME)/$(MOZ_APP_DISPLAYNAME).app
|
||||
endif
|
||||
else
|
||||
PACKAGE_DIR = $(DIST)/$(MOZ_PKG_APPNAME)
|
||||
endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче