]> 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)
committerRudolf Polzer <divverent@alientrap.org>
Fri, 30 Apr 2010 17:15:47 +0000 (19:15 +0200)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10104 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=2a00578211a213f590da8788e8b0e9b6f5a52714

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