mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Small fix on soname defining on ldflags (#2176)
Based on https://stackoverflow.com/questions/47279824/android-ndk-dlopen-failed
This commit is contained in:
@@ -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 {}
|
||||
|
||||
Reference in New Issue
Block a user