From ac653682b623ff3f7ba2284832acd288f3e17035 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sat, 23 Aug 2014 10:14:47 -0700 Subject: [PATCH] Cleanup. --- premake/bgfx.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/premake/bgfx.lua b/premake/bgfx.lua index 21adc779..e8bdec1e 100644 --- a/premake/bgfx.lua +++ b/premake/bgfx.lua @@ -53,7 +53,7 @@ function bgfxProject(_name, _uuid, _kind, _defines) "Cocoa.framework", } - configuration { "vs* or linux or mingw or osx or xcode4 or ios*" } + configuration { "vs* or linux or mingw or xcode4 or osx or ios*" } includedirs { --nacl has GLES2 headers modified... BGFX_DIR .. "3rdparty/khronos",