diff options
author | 2016-05-03 12:20:29 +0200 | |
---|---|---|
committer | 2016-05-03 12:20:29 +0200 | |
commit | f97b68d3ed8312f0800fc0e501ad0174a968d3e9 (patch) | |
tree | bf876c8732bd657d05908876ae88e1736f306610 /3rdparty/bgfx/scripts/texturev.lua | |
parent | f2aca844f6bbfcc0d1284d6dd546cd552cbe0a92 (diff) |
Update GENie, BGFX and BX (nw)
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*" } |