summaryrefslogtreecommitdiffstats
path: root/premake5.lua
diff options
context:
space:
mode:
authorjsmall-nvidia <jsmall@nvidia.com>2019-09-06 13:04:50 -0400
committerGitHub <noreply@github.com>2019-09-06 13:04:50 -0400
commit4fc07614d6407e49a0c34e7483d410153c0b269a (patch)
tree0e07fe23aa661a462d181d95e4a4a7a9c41fa992 /premake5.lua
parentef36883ca1733a68162b199518275871c888391e (diff)
Use d3dcompiler_47.dll from slang-binaries on windows. (#1047)
* Use dxcompiler_47.dll from slang-binaries on windows. * make https for git module slang-binaries
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/premake5.lua b/premake5.lua
index 9924d8c2c..1f75b50c0 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -513,7 +513,7 @@ if isTargetWindows then
-- For Windows targets, we want to copy d3dcompiler_47.dll,
-- dxcompiler.dll, and dxil.dll from the Windows SDK redistributable
-- directory into the output directory.
- postbuildcommands { '"$(SolutionDir)tools\\copy-hlsl-libs.bat" "$(WindowsSdkDir)Redist/D3D/%{cfg.platform:lower()}/" "%{cfg.targetdir}/"'}
+ postbuildcommands { '"$(SolutionDir)tools\\copy-hlsl-libs.bat" "$(WindowsSdkDir)Redist/D3D/%{cfg.platform:lower()}/" "%{cfg.targetdir}/" "windows-%{cfg.platform:lower()}"'}
end