bug 534336 - build should test OS_ARCH instead of OS_TARGET for WINCE r=mfinkle

This commit is contained in:
Brad Lassey 2009-12-11 17:03:19 -08:00
Родитель b2b21060b7
Коммит aa2d7d3632
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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)