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