aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.html
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2020-02-18 19:41:17 +0300
committerlevlam <levlam@telegram.org>2020-02-18 19:41:17 +0300
commit1283d2cf345f8def4c75302b1c655918f6d31615 (patch)
treec74bfaaf3de194258ea63bd870cc70710b126135 /build.html
parentc2526c67c84c23b335cd979bd321924754e117da (diff)
Update UWP build instructions.
GitOrigin-RevId: 639b7451fc217a3eaa28455e772c1e1eb80becf5
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 678d04e54..0c458fcd7 100644
--- a/build.html
+++ b/build.html
@@ -675,7 +675,7 @@ function onOptionsChanged() {
commands.push('cd vcpkg');
commands.push(local + 'bootstrap-vcpkg.bat');
if (target === 'C++/CX') {
- commands.push(local + 'vcpkg.exe install openssl:arm-uwp openssl:x64-uwp openssl:x86-uwp zlib:arm-uwp zlib:x64-uwp zlib:x86-uwp');
+ commands.push(local + 'vcpkg.exe install openssl-uwp:arm-uwp openssl-uwp:x64-uwp openssl-uwp:x86-uwp zlib:arm-uwp zlib:x64-uwp zlib:x86-uwp');
} else {
if (build_64bit) {
commands.push(local + 'vcpkg.exe install openssl:x64-windows zlib:x64-windows');