Android: Updated toolchain.

This commit is contained in:
bkaradzic 2013-12-02 19:46:25 -08:00
parent 9487ab6b5f
commit 5c1c86bba7

View file

@ -75,8 +75,11 @@ function exampleProject(_name, _uuid)
}
configuration { "android*" }
kind "SharedLib"
kind "ConsoleApp"
targetextension ".so"
linkoptions {
"-shared",
}
links {
"EGL",
"GLESv2",