diff options
Diffstat (limited to '3rdparty/bgfx/scripts/texturev.lua')
-rw-r--r-- | 3rdparty/bgfx/scripts/texturev.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/bgfx/scripts/texturev.lua b/3rdparty/bgfx/scripts/texturev.lua index 4a04cff4cbd..2cfd106a8a7 100644 --- a/3rdparty/bgfx/scripts/texturev.lua +++ b/3rdparty/bgfx/scripts/texturev.lua @@ -120,7 +120,7 @@ project ("texturev") "/DELAYLOAD:\"libGLESv2.dll\"", } - configuration { "mingw*" } + configuration { "mingw-*" } targetextension ".exe" configuration { "vs20* or mingw*" } |