From e9946b1be648d3ae1ad29e595ef171233815b593 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:11:00 -0700 Subject: [PATCH] Cleanup. --- scripts/bgfx.lua | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/scripts/bgfx.lua b/scripts/bgfx.lua index 49cca9d38..f3d468ecf 100644 --- a/scripts/bgfx.lua +++ b/scripts/bgfx.lua @@ -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 {