mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
Dont fail on 64bits with threading
This commit is contained in:
parent
8dc836436c
commit
2e629c6e40
@ -23,7 +23,7 @@
|
||||
|
||||
// What additional flags should we pass to interrogate?
|
||||
#if $[eq $[shell uname -m], x86_64] // if Linux is 64bit
|
||||
#define SYSTEM_IGATE_FLAGS -D_LP64
|
||||
#define SYSTEM_IGATE_FLAGS -D_LP64 -D__const=const -Dvolatile -Dmutable
|
||||
#else
|
||||
#define SYSTEM_IGATE_FLAGS -D__i386__ -D__const=const -Dvolatile -Dmutable
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user