From f3d58de5f2695badbad06f8fabbd4cfa8f599df2 Mon Sep 17 00:00:00 2001 From: Shamus Hammons Date: Thu, 25 Mar 2004 20:58:15 +0000 Subject: [PATCH] Added extra OSX check --- compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.37.2