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",