mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
* Add linker options to add SONAME to the linked target so Android apps can dynamically resolve the library location from known locations (as opposed to a hard coded location often residing on the host cross compiling filesystem. linked issue is, https://github.com/bkaradzic/bgfx/pull/2176 * Kepp orginal code for linkoptions in the previous configuration block and add the additional linker flags for each Debug/Release configuration. * Add comma character to EOL to match orginal code.