diff options
| author | levlam <levlam@telegram.org> | 2021-09-08 22:36:31 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2021-09-08 22:36:31 +0300 |
| commit | 1da2ef7cb1e821fb4121e3f602f60b6463d17b1c (patch) | |
| tree | 2b60a22dbd364723d0d75a043154e229d0a2ab84 /build.html | |
| parent | 153fb213c02ba6571ce1654588bcd2527e998cdd (diff) | |
Remove usage of the deprecated openssl-uwp vcpkg package.
Diffstat (limited to 'build.html')
| -rw-r--r-- | build.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.html b/build.html index c929ef87d..0ffe758a2 100644 --- a/build.html +++ b/build.html @@ -725,7 +725,7 @@ function onOptionsChanged() { commands.push('cd vcpkg'); commands.push(local + 'bootstrap-vcpkg.bat'); if (target === 'C++/CX') { - commands.push(local + 'vcpkg.exe install gperf:x86-windows openssl-uwp:arm-uwp openssl-uwp:x64-uwp openssl-uwp:x86-uwp zlib:arm-uwp zlib:x64-uwp zlib:x86-uwp'); + 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'); } else { if (build_64bit) { commands.push(local + 'vcpkg.exe install gperf:x64-windows openssl:x64-windows zlib:x64-windows'); @@ -774,7 +774,7 @@ function onOptionsChanged() { break; } - commands.push('powershell -ExecutionPolicy ByPass ' + local + 'build.ps1 -mode clean'); + commands.push('powershell -ExecutionPolicy ByPass ' + local + 'build.ps1 -vcpkg_root ../../vcpkg -mode clean'); commands.push('powershell -ExecutionPolicy ByPass ' + local + 'build.ps1 -vcpkg_root ../../vcpkg' + archiver_option); if (install_dir) { commands.push('cp build-uwp/vsix/tdlib.vsix ' + install_dir); |
