mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
bring over some OS X flags
This commit is contained in:
parent
355d7ebdf3
commit
d1843ea81a
@ -20,7 +20,7 @@
|
||||
// *******************************************************************
|
||||
|
||||
// What additional flags should we pass to interrogate?
|
||||
#define SYSTEM_IGATE_FLAGS -D__i386__ -D__const=const
|
||||
#define SYSTEM_IGATE_FLAGS -D__i386__ -D__const=const -D__LITTLE_ENDIAN__ -D__inline__=inline -D__GNUC__
|
||||
|
||||
// Is the platform big-endian (like an SGI workstation) or
|
||||
// little-endian (like a PC)? Define this to the empty string to
|
||||
|
Loading…
x
Reference in New Issue
Block a user