From 02c08a3e105be418172d3b1940c96def7d830f6c Mon Sep 17 00:00:00 2001
From: Steel Titanium <steeltitanium1@gmail.com>
Date: Wed, 14 Nov 2018 21:01:04 -0500
Subject: [PATCH] Some small changes

---
 src/Makefile           | 1 -
 src/win32/Makefile.cfg | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/Makefile b/src/Makefile
index 87dc34c6dc..b6d7c7fc5b 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -178,7 +178,6 @@ endif #ifdef MINGW
 
 ifdef MINGW64
 MINGW=1
-NONX86=1
 include win32/Makefile.cfg
 endif #ifdef MINGW64
 
diff --git a/src/win32/Makefile.cfg b/src/win32/Makefile.cfg
index ef3eb4d5f3..a73858bd46 100644
--- a/src/win32/Makefile.cfg
+++ b/src/win32/Makefile.cfg
@@ -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
 
-- 
GitLab