mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Android: Updated toolchain.
This commit is contained in:
parent
9487ab6b5f
commit
5c1c86bba7
1 changed files with 4 additions and 1 deletions
|
@ -75,8 +75,11 @@ function exampleProject(_name, _uuid)
|
|||
}
|
||||
|
||||
configuration { "android*" }
|
||||
kind "SharedLib"
|
||||
kind "ConsoleApp"
|
||||
targetextension ".so"
|
||||
linkoptions {
|
||||
"-shared",
|
||||
}
|
||||
links {
|
||||
"EGL",
|
||||
"GLESv2",
|
||||
|
|
Loading…
Reference in a new issue