Add extra libs and defines needed for android
This commit is contained in:
parent
d78068efa8
commit
f12b25b9f3
1 changed files with 2 additions and 0 deletions
|
@ -32,3 +32,5 @@ def generate(env):
|
|||
env["ANDROID_LLVM_TRIPLE"] = abi_spec["llvm_triple"]
|
||||
env.Append(CCFLAGS = "-target $ANDROID_LLVM_TRIPLE$android_api")
|
||||
env.Append(LINKFLAGS = "-target $ANDROID_LLVM_TRIPLE$android_api")
|
||||
env.Append(LIBS = ["android", "log", "GLESv1_CM", "GLESv2"])
|
||||
env.Append(CPPDEFINES = ["SDL_MAIN_HANDLED"])
|
||||
|
|
Loading…
Add table
Reference in a new issue