mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
don't special-case UNIVERSAL_BINARIES
This commit is contained in:
parent
1d3719ccb7
commit
78b7437b0d
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user