Makefile: fix mingw/64 swapped with 32-bit

This commit is contained in:
James R 2021-05-07 15:30:46 -07:00
parent ee72312dea
commit c06817d008

View file

@ -47,9 +47,9 @@ NOASM=1
# but we make that assumption elsewhere
# Once that changes, remove this
X86_64=1
platform=mingw
else
platform=mingw/64
else
platform=mingw
endif
include Makefile.d/win32.mk
endif