Use specific vcpkg commit, to avoid build breaking by vcpkg changes.

This commit is contained in:
levlam 2022-06-20 15:31:46 +03:00
parent 9fb347fd56
commit f00c568339

View File

@ -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');