Browse Source

fixed compilation with Android NDK r10

fysx 11 years ago
parent
commit
02dc18a587

BIN
jni/LuaJIT-2.0.1/android/armeabi-v7a/libluajit.a


BIN
jni/LuaJIT-2.0.1/android/armeabi/libluajit.a


+ 1 - 0
jni/love/src/libraries/Box2D/Common/b2GrowableStack.h

@@ -20,6 +20,7 @@
 #define B2_GROWABLE_STACK_H
 #define B2_GROWABLE_STACK_H
 #include <Box2D/Common/b2Settings.h>
 #include <Box2D/Common/b2Settings.h>
 #include <memory.h>
 #include <memory.h>
+#include <string.h>
 
 
 /// This is a growable LIFO stack with an initial capacity of N.
 /// This is a growable LIFO stack with an initial capacity of N.
 /// If the stack size exceeds the initial capacity, the heap is used
 /// If the stack size exceeds the initial capacity, the heap is used