aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.html
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2025-04-23 12:25:33 +0300
committerlevlam <levlam@telegram.org>2025-04-23 12:25:33 +0300
commit6e32e56b56699cf91513ef349bab85d5f1450a05 (patch)
tree350fdcbff3c38f182baed806a49803805323d5e5 /build.html
parent98f71a92d037e2938ea3dcc9a26f3d363bf988bb (diff)
Update vcpkg version to bc3512a509f9d29b37346a7e7e929f9a26e66c7e.
Diffstat (limited to 'build.html')
-rw-r--r--build.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.html b/build.html
index eb00c43b6..118557ca4 100644
--- a/build.html
+++ b/build.html
@@ -935,7 +935,7 @@ function onOptionsChanged() {
if (use_vcpkg) {
commands.push('git clone https://github.com/Microsoft/vcpkg.git');
commands.push('cd vcpkg');
- commands.push('git checkout 07b30b49e5136a36100a2ce644476e60d7f3ddc1');
+ commands.push('git checkout bc3512a509f9d29b37346a7e7e929f9a26e66c7e');
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');