Browse Source

don't special-case UNIVERSAL_BINARIES

David Rose 16 years ago
parent
commit
78b7437b0d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      dtool/src/dtoolbase/dtool_platform.h

+ 0 - 2
dtool/src/dtoolbase/dtool_platform.h

@@ -34,8 +34,6 @@
 #elif defined(__APPLE__)
 #elif defined(__APPLE__)
 #if defined(BUILD_IPHONE)
 #if defined(BUILD_IPHONE)
 #define DTOOL_PLATFORM "iphone"
 #define DTOOL_PLATFORM "iphone"
-#elif defined(UNIVERSAL_BINARIES)
-#define DTOOL_PLATFORM "osx"
 #elif defined(__ppc__)
 #elif defined(__ppc__)
 #define DTOOL_PLATFORM "osx_ppc"
 #define DTOOL_PLATFORM "osx_ppc"
 #else
 #else