From 7f3bd1f9bb2821003ec5a72d3e3b2e1683fe99e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Sat, 20 Jun 2020 08:06:26 -0700 Subject: [PATCH] Cleanup. --- scripts/bgfx.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/bgfx.lua b/scripts/bgfx.lua index b949a704c..49cca9d38 100644 --- a/scripts/bgfx.lua +++ b/scripts/bgfx.lua @@ -69,9 +69,10 @@ function bgfxProjectBase(_kind, _defines) "GL", "pthread", } + configuration { "android*" } targetextension ".so" - + configuration { "android*" ,"Debug"} linkoptions{"-soname libbgfx-shared-libDebug.so" }