mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 10:35:43 -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*" }
|
configuration { "android*" }
|
||||||
kind "SharedLib"
|
kind "ConsoleApp"
|
||||||
targetextension ".so"
|
targetextension ".so"
|
||||||
|
linkoptions {
|
||||||
|
"-shared",
|
||||||
|
}
|
||||||
links {
|
links {
|
||||||
"EGL",
|
"EGL",
|
||||||
"GLESv2",
|
"GLESv2",
|
||||||
|
|
Loading…
Reference in a new issue