Skip to content

Commit 890867c

Browse files
committed
Merged revision(s) 23978 from branches/OpenMPT-1.31:
[Mod/Reg] build: premake: VS2017: Replace unsupported Windows SDK version 10.0.17763.0 by supported version 10.0.19041.0. This might introduce regression running binaries on macOS in Wine (<https://developercommunity.visualstudio.com/t/64-bit-EXEs-built-with-VS2019-crash-unde/1248753>). ........ git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.30@23979 56274372-70c3-4bfc-bfc3-4c3a0b034d27
1 parent 04e8ab8 commit 890867c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/premake/premake-defaults.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
297297
if not _OPTIONS["winxp"] and not _OPTIONS["uwp"] then
298298
filter {}
299299
filter { "action:vs2017" }
300-
systemversion "10.0.17763.0"
300+
systemversion "10.0.19041.0"
301301
filter {}
302302
filter { "action:vs2019" }
303303
systemversion "10.0.19041.0"

0 commit comments

Comments
 (0)