use vcpkg with pybind

pull/1911/head
Nathan 2025-08-23 08:05:55 -07:00
rodzic b01951670a
commit 8f4adf3926
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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',