From 2a00578211a213f590da8788e8b0e9b6f5a52714 Mon Sep 17 00:00:00 2001 From: divverent Date: Sun, 25 Apr 2010 18:24:54 +0000 Subject: [PATCH] in MSYS, the WINDIR env variable is uppercase, so let's change the check to that. In case anyone complains, I'll add the lowercase version too again. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10104 d7cf8633-e32d-0410-b094-e92efae38249 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index f137e9f3..32b30e4c 100644 --- a/makefile +++ b/makefile @@ -3,7 +3,7 @@ ifndef DP_MAKE_TARGET # Win32 -ifdef windir +ifdef WINDIR DP_MAKE_TARGET=mingw else -- 2.39.2