mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1128953 - Rename win64 FTP directory. r=mshal
This commit is contained in:
parent
c389af13d4
commit
4c4f5ad0cb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user