Ver código fonte

osx build type is now unix

Dave Schuyler 21 anos atrás
pai
commit
e166adfd76
1 arquivos alterados com 1 adições e 1 exclusões
  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