don't special-case UNIVERSAL_BINARIES

This commit is contained in:
David Rose 2009-10-13 21:55:24 +00:00
parent 1d3719ccb7
commit 78b7437b0d

View File

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