From 196555707236f4387875749f66620fb519166963 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Wed, 9 Sep 2020 15:20:36 -0400 Subject: [PATCH 2/6] use vcpkg zlib building without zlib is not a supported configuration, per the warning messages. --- PCbuild/pythoncore.vcxproj | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index dbe236829a..5f30a35eb3 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -507,8 +507,10 @@ - + + + @@ -556,7 +558,7 @@ - + -- 2.28.0.windows.1