mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Cleanup.
This commit is contained in:
@@ -74,12 +74,21 @@ function bgfxProjectBase(_kind, _defines)
|
||||
targetextension ".so"
|
||||
|
||||
configuration { "android*" ,"Debug"}
|
||||
linkoptions{"-soname libbgfx-shared-libDebug.so" }
|
||||
linkoptions {
|
||||
"-soname libbgfx-shared-libDebug.so",
|
||||
}
|
||||
|
||||
configuration { "android*" ,"Release"}
|
||||
linkoptions{"-soname libbgfx-shared-libRelease.so" }
|
||||
linkoptions {
|
||||
"-soname libbgfx-shared-libRelease.so",
|
||||
}
|
||||
|
||||
configuration {}
|
||||
else
|
||||
configuration { "android*" }
|
||||
linkoptions {
|
||||
"-Wl,--fix-cortex-a8",
|
||||
}
|
||||
end
|
||||
|
||||
includedirs {
|
||||
|
||||
Reference in New Issue
Block a user