Some small changes

This commit is contained in:
Steel Titanium 2018-11-14 21:01:04 -05:00
parent f02105732e
commit 02c08a3e10
2 changed files with 1 additions and 2 deletions

View File

@ -178,7 +178,6 @@ endif #ifdef MINGW
ifdef MINGW64
MINGW=1
NONX86=1
include win32/Makefile.cfg
endif #ifdef MINGW64

View File

@ -26,7 +26,7 @@ ifndef NOASM
USEASM=1
endif
ifdef MINGW #miniupnc is broken with MINGW64
ifndef MINGW64 #miniupnc is broken with MINGW64
HAVE_MINIUPNPC=1
endif