From d9a4603526424c7c94d93d04432a9444875dd9c6 Mon Sep 17 00:00:00 2001
From: James R <justsomejames2@gmail.com>
Date: Tue, 22 Jun 2021 15:54:52 -0700
Subject: [PATCH] Makefile: automatically use Mingw-w64 gcc

---
 src/Makefile.d/detect.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Makefile.d/detect.mk b/src/Makefile.d/detect.mk
index f576bcf78..9688bfc9b 100644
--- a/src/Makefile.d/detect.mk
+++ b/src/Makefile.d/detect.mk
@@ -29,6 +29,7 @@ $(call Print,$(_m))
 
 # go for a 32-bit sdl mingw exe by default
 MINGW:=1
+CC:=i686-w64-mingw32-gcc # Mingw-w64
 WINDOWSHELL:=1
 
 else # if you on the *nix
-- 
GitLab