summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/scripts/shaderc.lua
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/scripts/shaderc.lua')
-rw-r--r--3rdparty/bgfx/scripts/shaderc.lua6
1 files changed, 1 insertions, 5 deletions
diff --git a/3rdparty/bgfx/scripts/shaderc.lua b/3rdparty/bgfx/scripts/shaderc.lua
index b2a5b5c54a0..4c09f847745 100644
--- a/3rdparty/bgfx/scripts/shaderc.lua
+++ b/3rdparty/bgfx/scripts/shaderc.lua
@@ -55,11 +55,6 @@ project "shaderc"
path.join(GLSL_OPTIMIZER, "include/c99"),
}
- configuration { "vs* or mingw*" }
- links {
- "d3dcompiler",
- }
-
configuration {}
defines { -- fcpp
@@ -73,6 +68,7 @@ project "shaderc"
path.join(BX_DIR, "include"),
path.join(BGFX_DIR, "include"),
+ path.join(BGFX_DIR, "3rdparty/dxsdk/include"),
FCPP_DIR,
path.join(GLSL_OPTIMIZER, "include"),