Fix gperf install instructions through vcpkg.
This commit is contained in:
parent
055239c0ad
commit
d80bca3d40
1 changed files with 2 additions and 2 deletions
|
|
@ -407,9 +407,9 @@ function onOptionsChanged() {
|
|||
commands.push('cd vcpkg');
|
||||
commands.push(local + 'bootstrap-vcpkg.bat');
|
||||
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 {
|
||||
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 ..');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue