mirror of https://github.com/axmolengine/axmol.git
Remove unnecessary targets for cpp template
This commit is contained in:
parent
a842beee1f
commit
6e304959a9
|
@ -14,7 +14,6 @@ android {
|
|||
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
targets 'MyGame'
|
||||
arguments "-DCMAKE_FIND_ROOT_PATH=", "-DANDROID_STL=c++_static", "-DANDROID_TOOLCHAIN=clang", "-DANDROID_ARM_NEON=TRUE"
|
||||
cppFlags "-frtti -fexceptions -fsigned-char"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue