]> Shamusworld >> Repos - virtualjaguar/commitdiff
Added extra OSX check
authorShamus Hammons <jlhamm@acm.org>
Thu, 25 Mar 2004 20:58:15 +0000 (20:58 +0000)
committerShamus Hammons <jlhamm@acm.org>
Thu, 25 Mar 2004 20:58:15 +0000 (20:58 +0000)
compile

diff --git a/compile b/compile
index 23ec08c5c0d6639efa47f9591bc2288301f01f94..50f1cf6eb9e385f70dc936abea3e604cdaba7507 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" = "darwin7.0" ]; then
+elif [ "$OSTYPE" = "darwin7.0" ] || [ "$OSTYPE" = "darwin" ]; then
 
        echo -n Mac OS X