diff options
| author | Phil Christensen <philc@microsoft.com> | 2019-03-26 11:40:13 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-26 11:40:13 -0700 |
| commit | ed004dcfbd60b4a22bf5eccaa1cf22cd381df53e (patch) | |
| tree | fd9dd4315c0286e399df05683701310f6961e4a7 /ports/python3/0005-Fix-DefaultWindowsSDKVersion.patch | |
| parent | e5a2a6758f2ec668d37fe843879f99d93d3fa385 (diff) | |
| parent | 121faf2ee21bcb16ab6074433723bb2db1104cae (diff) | |
| download | vcpkg-ed004dcfbd60b4a22bf5eccaa1cf22cd381df53e.tar.gz vcpkg-ed004dcfbd60b4a22bf5eccaa1cf22cd381df53e.zip | |
Merge pull request #5822 from yurybura/master
[python3] Update to version 3.7.3
Diffstat (limited to 'ports/python3/0005-Fix-DefaultWindowsSDKVersion.patch')
| -rw-r--r-- | ports/python3/0005-Fix-DefaultWindowsSDKVersion.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ports/python3/0005-Fix-DefaultWindowsSDKVersion.patch b/ports/python3/0005-Fix-DefaultWindowsSDKVersion.patch deleted file mode 100644 index 13f7b39e0..000000000 --- a/ports/python3/0005-Fix-DefaultWindowsSDKVersion.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/PCbuild/python.props b/PCbuild/python.props
---- a/PCbuild/python.props
-+++ b/PCbuild/python.props
-@@ -76,7 +76,7 @@
- -->
- <_RegistryVersion>$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v10.0@ProductVersion)</_RegistryVersion>
- <_RegistryVersion Condition="$(_RegistryVersion) == ''">$(Registry:HKEY_LOCAL_MACHINE\WOW6432Node\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v10.0@ProductVersion)</_RegistryVersion>
-- <DefaultWindowsSDKVersion>10.0.15063.0</DefaultWindowsSDKVersion>
-+ <DefaultWindowsSDKVersion Condition="$(_RegistryVersion) == '10.0.15063'">10.0.15063.0</DefaultWindowsSDKVersion>
- <DefaultWindowsSDKVersion Condition="$(_RegistryVersion) == '10.0.14393'">10.0.14393.0</DefaultWindowsSDKVersion>
- <DefaultWindowsSDKVersion Condition="$(_RegistryVersion) == '10.0.10586'">10.0.10586.0</DefaultWindowsSDKVersion>
- <DefaultWindowsSDKVersion Condition="$(_RegistryVersion) == '10.0.10240'">10.0.10240.0</DefaultWindowsSDKVersion>
|
