From 234f29ae71319214cc46e7a47cd5dab2eea6ae6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Fri, 17 Oct 2014 21:03:14 -0700 Subject: [PATCH] Cleanup. --- scripts/bgfx.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bgfx.lua b/scripts/bgfx.lua index db9408a6..b10d56e4 100644 --- a/scripts/bgfx.lua +++ b/scripts/bgfx.lua @@ -50,7 +50,7 @@ function bgfxProject(_name, _kind, _defines) "Cocoa.framework", } - configuration { "vs* or linux or mingw or xcode4 or osx or ios* or rpi" } + configuration { "not nacl" } includedirs { --nacl has GLES2 headers modified... BGFX_DIR .. "3rdparty/khronos",