mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 534336 - build should test OS_ARCH instead of OS_TARGET for WINCE r=mfinkle
This commit is contained in:
parent
59d106423a
commit
ffe59d843d
@ -57,7 +57,7 @@ installer:
|
||||
|
||||
package:
|
||||
@rm -rf dist/fennec*
|
||||
ifeq ($(OS_TARGET),WINCE)
|
||||
ifeq ($(OS_ARCH),WINCE)
|
||||
@$(MAKE) -C mobile/installer installer
|
||||
else
|
||||
@$(MAKE) -C mobile/installer
|
||||
|
@ -152,7 +152,7 @@ ifdef MOZ_FASTSTART
|
||||
CABARGS += -faststart
|
||||
endif
|
||||
|
||||
ifeq ($(OS_TARGET),WINCE)
|
||||
ifeq ($(OS_ARCH),WINCE)
|
||||
|
||||
VSINSTALLDIR ?= $(error VSINSTALLDIR not set, must be set to the Visual Studio install directory)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user