make sure Bullet compiles with LLVM/CLANG
See also Issue 496
This commit is contained in:
@@ -26,6 +26,9 @@ subject to the following restrictions:
|
||||
#endif __APPLE__
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
//#define oclCHECKERROR(a, b) btAssert((a) == (b))
|
||||
#define oclCHECKERROR(a, b) if((a)!=(b)) { printf("OCL Error : %d\n", (a)); btAssert((a) == (b)); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user