]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
in MSYS, the WINDIR env variable is uppercase, so let's change the check to that...
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 25 Apr 2010 18:24:54 +0000 (18:24 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 25 Apr 2010 18:24:54 +0000 (18:24 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10104 d7cf8633-e32d-0410-b094-e92efae38249

makefile

index f137e9f3ddc65fb82f0ff2a13fcdc98b1c0523cb..32b30e4c28f9c4f7c9344642928c007ab642d9cc 100644 (file)
--- a/makefile
+++ b/makefile
@@ -3,7 +3,7 @@
 ifndef DP_MAKE_TARGET
 
 # Win32
-ifdef windir
+ifdef WINDIR
        DP_MAKE_TARGET=mingw
 else