From 7db2a6495931bac310c399d1db381913b7c3f580 Mon Sep 17 00:00:00 2001 From: levlam Date: Sun, 26 Nov 2023 11:10:08 +0300 Subject: Update pinned vcpkg commit hash. --- build.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.html') diff --git a/build.html b/build.html index 227f7f173..842b07550 100644 --- a/build.html +++ b/build.html @@ -934,7 +934,7 @@ function onOptionsChanged() { if (use_vcpkg) { commands.push('git clone https://github.com/Microsoft/vcpkg.git'); commands.push('cd vcpkg'); - commands.push('git checkout 1b1ae50e1a69f7c659bd7d731e80b358d21c86ad'); + commands.push('git checkout cd5e746ec203c8c3c61647e0886a8df8c1e78e41'); commands.push(local + 'bootstrap-vcpkg.bat'); if (target === 'C++/CX') { commands.push(local + 'vcpkg.exe install gperf:x86-windows openssl:arm-uwp openssl:arm64-uwp openssl:x64-uwp openssl:x86-uwp zlib:arm-uwp zlib:arm64-uwp zlib:x64-uwp zlib:x86-uwp'); -- cgit v1.2.3