summaryrefslogtreecommitdiffstats
path: root/premake5.lua
diff options
context:
space:
mode:
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/premake5.lua b/premake5.lua
index 77c69b345..2ed40ba16 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -795,7 +795,7 @@ toolSharedLibrary "render-test"
if isTargetWindows then
addSourceDir "tools/render-test/windows"
- systemversion "10.0.14393.0"
+ systemversion "latest"
-- For Windows targets, we want to copy
-- dxcompiler.dll, and dxil.dll from the Windows SDK redistributable
@@ -836,7 +836,7 @@ tool "gfx"
-- To special case that we may be building using cygwin on windows. If 'true windows' we build for dx12/vk and run the script
-- If not we assume it's a cygwin/mingw type situation and remove files that aren't appropriate
if isTargetWindows then
- systemversion "10.0.14393.0"
+ systemversion "latest"
-- For Windows targets, we want to copy
-- dxcompiler.dll, and dxil.dll from the Windows SDK redistributable
@@ -915,7 +915,7 @@ tool "platform"
addSourceDir "tools/platform/placeholder"
-- Include windowing support on Windows.
if isTargetWindows then
- systemversion "10.0.14393.0"
+ systemversion "latest"
else
if enableXlib then
defines { "SLANG_ENABLE_XLIB" }