diff --git a/scripts/bgfx.lua b/scripts/bgfx.lua index d4f82e88..878fa64a 100644 --- a/scripts/bgfx.lua +++ b/scripts/bgfx.lua @@ -13,6 +13,7 @@ function bgfxProject(_name, _kind, _defines) defines { "BGFX_SHARED_LIB_BUILD=1", } + configuration { "mingw*" } linkoptions { "-shared", @@ -20,6 +21,8 @@ function bgfxProject(_name, _kind, _defines) links { "gdi32", } + + configuration {} end includedirs {