From 6f51c68c7248d616ad16f66b72cfcc36b7c952f5 Mon Sep 17 00:00:00 2001 From: James R <justsomejames2@gmail.com> Date: Thu, 20 Aug 2020 20:19:50 -0700 Subject: [PATCH] Makefile: add WINDOWSHELL=1 for the Windows detect --- src/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile b/src/Makefile index 6d8d6a89c..23312d27e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -106,6 +106,7 @@ ifeq ($(OS),Windows_NT) # all windows are Windows_NT... # go for a 32-bit sdl mingw exe by default MINGW=1 SDL=1 + WINDOWSHELL=1 else # if you on the *nix