diff options
| author | levlam <levlam@telegram.org> | 2022-06-20 15:31:46 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2022-06-20 15:31:46 +0300 |
| commit | f00c568339f5d5b0db1f2a2df57ead7932151226 (patch) | |
| tree | ed384485f21e8787139fa861d2ae7c4359a3852c /build.html | |
| parent | 9fb347fd56c4300301e16f8114ed6eb9f943462f (diff) | |
Use specific vcpkg commit, to avoid build breaking by vcpkg changes.
Diffstat (limited to 'build.html')
| -rw-r--r-- | build.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build.html b/build.html index 5b3081152..5ca4a22ac 100644 --- a/build.html +++ b/build.html @@ -928,6 +928,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(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'); |
