Bug 1128953 - Rename win64 FTP directory. r=mshal

This commit is contained in:
Rail Aliiev 2015-02-04 10:54:39 -05:00
parent c389af13d4
commit 4c4f5ad0cb

View File

@ -21,7 +21,7 @@ MOZ_PKG_PLATFORM := $(TARGET_OS)-$(TARGET_CPU)
# TARGET_OS/TARGET_CPU may be unintuitive, so we hardcode some special formats
ifeq ($(OS_ARCH),WINNT)
ifeq ($(TARGET_CPU),x86_64)
MOZ_PKG_PLATFORM := win64-$(TARGET_CPU)
MOZ_PKG_PLATFORM := win64
else
MOZ_PKG_PLATFORM := win32
endif