mirror of
https://github.com/tdlib/telegram-bot-api
synced 2025-08-22 01:49:24 +00:00
Fix gperf install instructions through vcpkg.
This commit is contained in:
parent
a1e41a1dc1
commit
9461e3c2ae
@ -407,9 +407,9 @@ function onOptionsChanged() {
|
|||||||
commands.push('cd vcpkg');
|
commands.push('cd vcpkg');
|
||||||
commands.push(local + 'bootstrap-vcpkg.bat');
|
commands.push(local + 'bootstrap-vcpkg.bat');
|
||||||
if (build_64bit) {
|
if (build_64bit) {
|
||||||
commands.push(local + 'vcpkg.exe install gperf openssl:x64-windows zlib:x64-windows');
|
commands.push(local + 'vcpkg.exe install gperf:x64-windows openssl:x64-windows zlib:x64-windows');
|
||||||
} else {
|
} else {
|
||||||
commands.push(local + 'vcpkg.exe install gperf openssl:x86-windows zlib:x86-windows');
|
commands.push(local + 'vcpkg.exe install gperf:x86-windows openssl:x86-windows zlib:x86-windows');
|
||||||
}
|
}
|
||||||
commands.push('cd ..');
|
commands.push('cd ..');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user