diff --git a/premake/premake4.lua b/premake/premake4.lua index 8bb5a6e2..74c19eb5 100644 --- a/premake/premake4.lua +++ b/premake/premake4.lua @@ -1,5 +1,5 @@ -- --- Copyright 2010-2012 Branimir Karadzic. All rights reserved. +-- Copyright 2010-2013 Branimir Karadzic. All rights reserved. -- License: http://www.opensource.org/licenses/BSD-2-Clause -- @@ -59,6 +59,14 @@ function exampleProject(_name, _uuid) "bgfx", } + configuration { "android*" } + kind "SharedLib" + targetextension ".so" + links { + "EGL", + "GLESv2", + } + configuration { "emscripten" } targetextension ".bc"