From 411f152bd1ae58a6a8744f27ada66feaaadd63bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sat, 18 Oct 2014 22:08:33 -0700 Subject: [PATCH] Updated to Emscripten 1.25.0. --- scripts/bgfx.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bgfx.lua b/scripts/bgfx.lua index 8d948392..8ea18ee6 100644 --- a/scripts/bgfx.lua +++ b/scripts/bgfx.lua @@ -35,7 +35,7 @@ function bgfxProject(_name, _kind, _defines) "GLESv2", } - configuration { "windows", "not vs201*" } + configuration { "mingw*", "not vs201*" } includedirs { "$(DXSDK_DIR)/include", }