Browse Source

Fixed Windows SDK version detection in build scripts.

pull/1126/head
Joao Matos 7 years ago committed by João Matos
parent
commit
f0d3e731ad
  1. 4
      build/Helpers.lua

4
build/Helpers.lua

@ -100,6 +100,10 @@ function SetupNativeProject() @@ -100,6 +100,10 @@ function SetupNativeProject()
filter { "system:windows" }
defines { "WIN32", "_WINDOWS" }
-- For context: https://github.com/premake/premake-core/issues/935
filter {"system:windows", "action:vs*"}
systemversion("latest")
filter {}
if os.istarget("linux") then

Loading…
Cancel
Save