From: Shamus Hammons Date: Thu, 25 Mar 2004 20:58:15 +0000 (+0000) Subject: Added extra OSX check X-Git-Tag: 1.0.7~37 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3d58de5f2695badbad06f8fabbd4cfa8f599df2;p=virtualjaguar Added extra OSX check --- diff --git a/compile b/compile index 23ec08c..50f1cf6 100644 --- 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