mirror of https://github.com/bkaradzic/bgfx
Small fix on soname defining on ldflags (#2176)
Based on https://stackoverflow.com/questions/47279824/android-ndk-dlopen-failed
This commit is contained in:
parent
e9946b1be6
commit
f8a9721fb3
|
@ -75,12 +75,12 @@ function bgfxProjectBase(_kind, _defines)
|
|||
|
||||
configuration { "android*" ,"Debug"}
|
||||
linkoptions {
|
||||
"-soname libbgfx-shared-libDebug.so",
|
||||
"-Wl,-soname,libbgfx-shared-libDebug.so",
|
||||
}
|
||||
|
||||
configuration { "android*" ,"Release"}
|
||||
linkoptions {
|
||||
"-soname libbgfx-shared-libRelease.so",
|
||||
"-Wl,-soname,libbgfx-shared-libRelease.so",
|
||||
}
|
||||
|
||||
configuration {}
|
||||
|
|
Loading…
Reference in New Issue