Changed ARCH on Windows to be amd64 for a 64-bit build instead of just 64 for consistency with the OS X one.

This commit is contained in:
Pietro Gagliardi 2015-05-07 15:47:29 -04:00
parent a6478d68d1
commit 598a499072
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ osLDWarnUndefinedFlags = -Wl,--no-undefined -Wl,--no-allow-shlib-undefined
osLIBSUFFIX = .dll
osEXESUFFIX = .exe
ifeq ($(ARCH),64)
ifeq ($(ARCH),amd64)
CC = x86_64-w64-mingw32-gcc
RC = x86_64-w64-mingw32-windres
osCFLAGS += -m64