From 5c1c86bba7bd0a605ec23bd3b7d5151e0e00ec20 Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Mon, 2 Dec 2013 19:46:25 -0800 Subject: [PATCH] Android: Updated toolchain. --- premake/premake4.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/premake/premake4.lua b/premake/premake4.lua index 1025a30f..82ff06f7 100644 --- a/premake/premake4.lua +++ b/premake/premake4.lua @@ -75,8 +75,11 @@ function exampleProject(_name, _uuid) } configuration { "android*" } - kind "SharedLib" + kind "ConsoleApp" targetextension ".so" + linkoptions { + "-shared", + } links { "EGL", "GLESv2",