mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-08-23 03:28:28 +00:00
fix build with bionic c
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
#define TEST_SHARED_MEMORY
|
||||
#endif //_WIN32
|
||||
|
||||
//Shmem not available on target api < 26
|
||||
#if defined(__ANDROID_API__) && (__ANDROID_API__ < 26)
|
||||
#undef TEST_SHARED_MEMORY
|
||||
#endif //__ANDROID__
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#ifdef TEST_SHARED_MEMORY
|
||||
|
||||
Reference in New Issue
Block a user