mirror of
https://github.com/panda3d/panda3d.git
synced 2026-04-23 06:59:22 -05:00
latest osx publish stuff
This commit is contained in:
+2
-6
@@ -876,12 +876,8 @@
|
||||
#define CXX CC
|
||||
#endif
|
||||
|
||||
#if $[and $[OSX_PLATFORM],$[UNIVERSAL_BINARIES]]
|
||||
// Configure for universal binaries on OSX.
|
||||
#define ARCH_FLAGS -arch i386 -arch ppc
|
||||
#else
|
||||
#define ARCH_FLAGS
|
||||
#endif
|
||||
// Configure for universal binaries on OSX.
|
||||
#defer ARCH_FLAGS $[if $[and $[OSX_PLATFORM],$[UNIVERSAL_BINARIES]],-arch i386 -arch ppc,]
|
||||
|
||||
// How to compile a C or C++ file into a .o file. $[target] is the
|
||||
// name of the .o file, $[source] is the name of the source file,
|
||||
|
||||
Reference in New Issue
Block a user