mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-05 15:21:06 +00:00
fix makesdna on Mac OSX
This commit is contained in:
parent
68559426cd
commit
77ddc8a16f
@ -1,6 +1,6 @@
|
||||
|
||||
IF (BUILD_BLEND_DEMO OR INTERNAL_UPDATE_SERIALIZATION_STRUCTURES)
|
||||
SUBDIRS(BlenderSerialize )
|
||||
#SUBDIRS(BlenderSerialize )
|
||||
ENDIF()
|
||||
|
||||
|
||||
|
@ -13,7 +13,7 @@ SET(includes
|
||||
|
||||
|
||||
LINK_LIBRARIES(
|
||||
BulletFileLoader BlenderSerialize LinearMath
|
||||
BulletFileLoader LinearMath
|
||||
)
|
||||
|
||||
INCLUDE_DIRECTORIES(${includes})
|
||||
|
@ -86,10 +86,12 @@ typedef unsigned __int64 uint64_t;
|
||||
|
||||
/* Linux-i386, Linux-Alpha, Linux-ppc */
|
||||
#include <stdint.h>
|
||||
typedef intptr_t btintptr_t;
|
||||
|
||||
#elif defined (__APPLE__)
|
||||
|
||||
#include <inttypes.h>
|
||||
typedef intptr_t btintptr_t;
|
||||
|
||||
#elif defined(FREE_WINDOWS)
|
||||
|
||||
|
BIN
data/wood.jpg
Normal file
BIN
data/wood.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 150 KiB |
Loading…
Reference in New Issue
Block a user