mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 707577 - add fast-package target for mobile/android. r=khuey
This commit is contained in:
parent
051bc98d76
commit
afe3be12bc
@ -72,6 +72,9 @@ installer:
|
||||
package:
|
||||
@$(MAKE) -C mobile/android/installer
|
||||
|
||||
fast-package:
|
||||
@$(MAKE) package MOZ_FAST_PACKAGE=1
|
||||
|
||||
ifeq ($(OS_TARGET),Android)
|
||||
ifeq ($(MOZ_ANDROID_INSTALL_TARGET),)
|
||||
# Determine if there's more than one device connected
|
||||
|
@ -71,7 +71,7 @@ package:
|
||||
@$(MAKE) -C mobile/xul/installer
|
||||
|
||||
fast-package:
|
||||
@MOZ_FAST_PACKAGE=1 $(MAKE) package
|
||||
@$(MAKE) package MOZ_FAST_PACKAGE=1
|
||||
|
||||
install::
|
||||
@echo "Mobile can't be installed directly."
|
||||
|
Loading…
Reference in New Issue
Block a user