]> granicus.if.org Git - libvpx/commit
Fix Windows SDK and VS version checks
authorJon Kunkee <jkunkee@microsoft.com>
Tue, 22 Jan 2019 23:01:06 +0000 (15:01 -0800)
committerJon Kunkee <jkunkee@microsoft.com>
Wed, 23 Jan 2019 00:06:50 +0000 (00:06 +0000)
commitcc6d6a3b3f0f802ae0d5458b42e8ef7c896c9538
tree4faa405e86d6c9d1523500b20a613d1a6aa95360
parent89046321d35d4910f5398073a4aecfdd54f9026b
Fix Windows SDK and VS version checks

If WindowsTargetPlatformVersion is not set, the Visual Studio 15 (2017)
toolchain assumes that Windows 8.1 is being targeted. Since ARM64
support is only present and unlocked in Windows SDKs >= Windows 10 1809,
set that SDK as required in the vcxproj files.

Note that this will not be an issue in Visual Studio 16 or greater,
hence the -eq major version check.

https://developercommunity.visualstudio.com/content/problem/128836/windowstargetplatformversion-to-use-the-latest-ava.html

Bug: chromium:893460

Change-Id: Ib069501ad384d91349b1f635722dedd31a4edd97
build/make/gen_msvs_vcxproj.sh