From f125fde63d0165b9d19e2c0570d535f55c028c1b Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Mon, 15 Apr 2013 08:53:39 -0700 Subject: [PATCH] Fixed premake script. --- premake/bgfx.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/premake/bgfx.lua b/premake/bgfx.lua index 3888447ce..144849438 100755 --- a/premake/bgfx.lua +++ b/premake/bgfx.lua @@ -30,7 +30,7 @@ project "bgfx" BGFX_DIR .. "src/**.mm", } - configuration { "vs*" } + configuration { "vs* or linux" } includedirs { --nacl has GLES2 headers modified... BGFX_DIR .. "3rdparty/glext",