From 8f4adf3926be63619e54d7f1cf442b5afca91f90 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sat, 23 Aug 2025 08:05:55 -0700 Subject: [PATCH] use vcpkg with pybind --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index e609257e..c4376f3b 100644 --- a/configure.py +++ b/configure.py @@ -26,7 +26,7 @@ parser.add_argument('--build-vcpkg', help='Build VCPKG environment from scratch instead of downloading prebuilt one.') parser.add_argument('--vcpkg-archive-url', type=str, - default='https://github.com/NathanMOlson/windows-deps/releases/download/2025-8-21/vcpkg-export.zip', + default='https://github.com/NathanMOlson/windows-deps/releases/download/2025-8-22a/vcpkg-export.zip', required=False, help='Path to VCPKG export archive') parser.add_argument('--code-sign-cert-path',