From e166adfd766b99c63e3d7194a8f4b267ec2b5f3c Mon Sep 17 00:00:00 2001 From: Dave Schuyler Date: Wed, 7 Jul 2004 04:07:38 +0000 Subject: [PATCH] osx build type is now unix --- dtool/Config.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtool/Config.pp b/dtool/Config.pp index eeff7295da..468e8832f3 100644 --- a/dtool/Config.pp +++ b/dtool/Config.pp @@ -70,7 +70,7 @@ #elif $[eq $[PLATFORM], Cygwin] #define BUILD_TYPE gmsvc #elif $[eq $[PLATFORM], osx] - #define BUILD_TYPE osx + #define BUILD_TYPE unix #else #define BUILD_TYPE unix #endif