]> Shamusworld >> Repos - virtualjaguar/commitdiff
Added correct OSTYPE for MacOSX
authorShamus Hammons <jlhamm@acm.org>
Sun, 21 Mar 2004 00:29:05 +0000 (00:29 +0000)
committerShamus Hammons <jlhamm@acm.org>
Sun, 21 Mar 2004 00:29:05 +0000 (00:29 +0000)
compile

diff --git a/compile b/compile
index 342dd368477f3e06641fea80ef0442b67da23f40..23ec08c5c0d6639efa47f9591bc2288301f01f94 100644 (file)
--- a/compile
+++ b/compile
@@ -28,7 +28,7 @@ if [ "$OSTYPE" = "msys" ]; then
 #This doesn't seem to make a difference on Win32...
 #      SDLLIBTYPE=--static-libs
 
-elif [ "$OSTYPE" = "macosx" ]; then
+elif [ "$OSTYPE" = "darwin7.0" ]; then
 
        echo -n Mac OS X