mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
don't add -faststart to CABARGS here, its already done in the platform r=mfinkle
This commit is contained in:
parent
7ef89e045e
commit
a3736ad633
@ -184,10 +184,6 @@ VSINSTALLDIR ?= $(error VSINSTALLDIR not set, must be set to the Visual Studio i
|
||||
|
||||
UNPACKAGE = $(LIBXUL_DIST)/xulrunner*$(PKG_SUFFIX)
|
||||
|
||||
ifdef MOZ_FASTSTART
|
||||
CABARGS += -faststart
|
||||
endif
|
||||
|
||||
cab: stage-package package-xulrunner
|
||||
cd $(DIST) && $(PYTHON) $(ABS_TOPSRCDIR)/build/package/wince/make_wince_cab.py $(CABARGS) "$(VSINSTALLDIR)/SmartDevices/SDK/SDKTools/cabwiz.exe" "$(MOZ_PKG_DIR)" "$(MOZ_APP_DISPLAYNAME)" "$(PKG_PATH)$(PKG_BASENAME).cab" && echo "Installer $(PKG_PATH)$(PKG_BASENAME).cab created!"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user