diff options
| author | levlam <levlam@telegram.org> | 2023-11-26 11:10:08 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2023-11-26 11:10:08 +0300 |
| commit | 7db2a6495931bac310c399d1db381913b7c3f580 (patch) | |
| tree | ce9266d0c8625e345c8d1672ad810d0ab84e8d82 /build.html | |
| parent | 84841087042c5b67fc0fe4b65941ff8bf80c531c (diff) | |
Update pinned vcpkg commit hash.
Diffstat (limited to 'build.html')
| -rw-r--r-- | build.html | 2 |
1 files changed, 1 insertions, 1 deletions
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'); |
