|
@@ -69,9 +69,10 @@ function bgfxProjectBase(_kind, _defines)
|
|
|
"GL",
|
|
"GL",
|
|
|
"pthread",
|
|
"pthread",
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
configuration { "android*" }
|
|
configuration { "android*" }
|
|
|
targetextension ".so"
|
|
targetextension ".so"
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
configuration { "android*" ,"Debug"}
|
|
configuration { "android*" ,"Debug"}
|
|
|
linkoptions{"-soname libbgfx-shared-libDebug.so" }
|
|
linkoptions{"-soname libbgfx-shared-libDebug.so" }
|
|
|
|
|
|