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:
parent
a6478d68d1
commit
598a499072
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue