mirror of https://github.com/axmolengine/axmol.git
Merge pull request #406 from leon-li/master
Fix compile error on android ndk r6
This commit is contained in:
commit
74113bda68
|
@ -6,6 +6,8 @@
|
|||
#include <android/log.h>
|
||||
#include <jni.h>
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#define LOG_TAG "CCApplication_android Debug"
|
||||
#define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG,LOG_TAG,__VA_ARGS__)
|
||||
|
||||
|
|
Loading…
Reference in New Issue