From adf8aa21a9b6b87cf16c534886eca4e8ac910660 Mon Sep 17 00:00:00 2001 From: Shamus Hammons Date: Sun, 21 Mar 2004 00:29:05 +0000 Subject: [PATCH] Added correct OSTYPE for MacOSX --- compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile b/compile index 342dd36..23ec08c 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" = "macosx" ]; then +elif [ "$OSTYPE" = "darwin7.0" ]; then echo -n Mac OS X -- 2.37.2