osx build type is now unix

This commit is contained in:
Dave Schuyler 2004-07-07 04:07:38 +00:00
parent 1f9214cb44
commit e166adfd76

View File

@ -70,7 +70,7 @@
#elif $[eq $[PLATFORM], Cygwin] #elif $[eq $[PLATFORM], Cygwin]
#define BUILD_TYPE gmsvc #define BUILD_TYPE gmsvc
#elif $[eq $[PLATFORM], osx] #elif $[eq $[PLATFORM], osx]
#define BUILD_TYPE osx #define BUILD_TYPE unix
#else #else
#define BUILD_TYPE unix #define BUILD_TYPE unix
#endif #endif