mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-14 22:00:50 +00:00
Some small changes
This commit is contained in:
parent
f02105732e
commit
02c08a3e10
2 changed files with 1 additions and 2 deletions
|
@ -178,7 +178,6 @@ endif #ifdef MINGW
|
||||||
|
|
||||||
ifdef MINGW64
|
ifdef MINGW64
|
||||||
MINGW=1
|
MINGW=1
|
||||||
NONX86=1
|
|
||||||
include win32/Makefile.cfg
|
include win32/Makefile.cfg
|
||||||
endif #ifdef MINGW64
|
endif #ifdef MINGW64
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ ifndef NOASM
|
||||||
USEASM=1
|
USEASM=1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef MINGW #miniupnc is broken with MINGW64
|
ifndef MINGW64 #miniupnc is broken with MINGW64
|
||||||
HAVE_MINIUPNPC=1
|
HAVE_MINIUPNPC=1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue