Skip to content
Snippets Groups Projects
Commit c06817d0 authored by James R.'s avatar James R.
Browse files

Makefile: fix mingw/64 swapped with 32-bit

parent ee72312d
No related branches found
No related tags found
1 merge request!1497Makefile rewrite + source code file list parity with CMake
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment