aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.html
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2024-10-24 09:12:11 +0300
committerlevlam <levlam@telegram.org>2024-10-24 09:12:11 +0300
commitef281ddbad4f9b43243ee9b1e29633b3fca2ae5f (patch)
treec1cf64d74331758a3644f2ee0293b4a11278fd46 /build.html
parent156351ed992b474ebbcecae5cc3b437a9c31c310 (diff)
Update recommended vcpkg version.
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 c854181a5..9ed0e78f9 100644
--- a/build.html
+++ b/build.html
@@ -961,7 +961,7 @@ function onOptionsChanged() {
if (use_vcpkg) {
commands.push('git clone https://github.com/Microsoft/vcpkg.git');
commands.push('cd vcpkg');
- commands.push('git checkout cd5e746ec203c8c3c61647e0886a8df8c1e78e41');
+ commands.push('git checkout 07b30b49e5136a36100a2ce644476e60d7f3ddc1');
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');