diff options
| author | levlam <levlam@telegram.org> | 2025-04-23 12:25:33 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2025-04-23 12:25:33 +0300 |
| commit | 6e32e56b56699cf91513ef349bab85d5f1450a05 (patch) | |
| tree | 350fdcbff3c38f182baed806a49803805323d5e5 | |
| parent | 98f71a92d037e2938ea3dcc9a26f3d363bf988bb (diff) | |
Update vcpkg version to bc3512a509f9d29b37346a7e7e929f9a26e66c7e.
| -rw-r--r-- | build.html | 2 | ||||
| -rw-r--r-- | example/csharp/README.md | 2 | ||||
| -rw-r--r-- | example/uwp/README.md | 2 |
3 files changed, 3 insertions, 3 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'); diff --git a/example/csharp/README.md b/example/csharp/README.md index 08f3dbcc1..ffa704716 100644 --- a/example/csharp/README.md +++ b/example/csharp/README.md @@ -10,7 +10,7 @@ This is an example of building TDLib with `C++/CLI` support and an example of TD ``` git clone https://github.com/Microsoft/vcpkg.git cd vcpkg -git checkout 07b30b49e5136a36100a2ce644476e60d7f3ddc1 +git checkout bc3512a509f9d29b37346a7e7e929f9a26e66c7e .\bootstrap-vcpkg.bat .\vcpkg.exe install gperf:x64-windows gperf:x86-windows openssl:x64-windows openssl:x86-windows zlib:x64-windows zlib:x86-windows ``` diff --git a/example/uwp/README.md b/example/uwp/README.md index eab3528e8..0275dddaf 100644 --- a/example/uwp/README.md +++ b/example/uwp/README.md @@ -10,7 +10,7 @@ This is an example of building TDLib SDK for Universal Windows Platform and an e ``` git clone https://github.com/Microsoft/vcpkg.git cd vcpkg -git checkout 07b30b49e5136a36100a2ce644476e60d7f3ddc1 +git checkout bc3512a509f9d29b37346a7e7e929f9a26e66c7e .\bootstrap-vcpkg.bat .\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 ``` |
