From 4fc07614d6407e49a0c34e7483d410153c0b269a Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Fri, 6 Sep 2019 13:04:50 -0400 Subject: 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 --- premake5.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'premake5.lua') 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 -- cgit v1.2.3