Browse Source

osx build type is now unix

Dave Schuyler 21 years ago
parent
commit
e166adfd76
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/Config.pp

+ 1 - 1
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