From 185c1fc400256458603e7d2734a5ea3742985495 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Thu, 24 Jul 2014 19:17:15 -0700 Subject: [PATCH] Android: Fixed missing link dependencies when building shared library. --- premake/bgfx.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/premake/bgfx.lua b/premake/bgfx.lua index d0c183e1..53137332 100644 --- a/premake/bgfx.lua +++ b/premake/bgfx.lua @@ -72,6 +72,12 @@ project "bgfx-shared-lib" "BGFX_CONFIG_DEBUG=1", } + configuration { "android*" } + links { + "EGL", + "GLESv2", + } + configuration { "windows" } includedirs { "$(DXSDK_DIR)/include",