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*" } configuration { "android*" }
kind "SharedLib" kind "ConsoleApp"
targetextension ".so" targetextension ".so"
linkoptions {
"-shared",
}
links { links {
"EGL", "EGL",
"GLESv2", "GLESv2",