summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/scripts/texturec.lua
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/scripts/texturec.lua')
-rw-r--r--3rdparty/bgfx/scripts/texturec.lua7
1 files changed, 4 insertions, 3 deletions
diff --git a/3rdparty/bgfx/scripts/texturec.lua b/3rdparty/bgfx/scripts/texturec.lua
index 28e9bcc8bd4..36a01b15fde 100644
--- a/3rdparty/bgfx/scripts/texturec.lua
+++ b/3rdparty/bgfx/scripts/texturec.lua
@@ -38,11 +38,12 @@ project "texturec"
path.join(BGFX_DIR, "tools/texturec/**.h"),
}
- links {
--- "bgfx",
- }
+ configuration { "mingw-*" }
+ targetextension ".exe"
configuration { "osx" }
links {
"Cocoa.framework",
}
+
+ configuration {}