fix makesdna on Mac OSX

This commit is contained in:
Erwin Coumans 2018-02-14 15:41:10 -08:00
parent 68559426cd
commit 77ddc8a16f
4 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
IF (BUILD_BLEND_DEMO OR INTERNAL_UPDATE_SERIALIZATION_STRUCTURES)
SUBDIRS(BlenderSerialize )
#SUBDIRS(BlenderSerialize )
ENDIF()

View File

@ -13,7 +13,7 @@ SET(includes
LINK_LIBRARIES(
BulletFileLoader BlenderSerialize LinearMath
BulletFileLoader LinearMath
)
INCLUDE_DIRECTORIES(${includes})

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB