mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-22 02:42:20 +00:00
Makefile: fix mingw/64 swapped with 32-bit
This commit is contained in:
parent
ee72312dea
commit
c06817d008
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue