mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Update vcpkg
[Changelog] Update vcpkg to the latests master (27.03.21). This will speedup initial setup because it uses prebuild vcpkg.exe
This commit is contained in:
parent
a9170d35ca
commit
bb2363acc5
@ -5,8 +5,8 @@ cd ..
|
||||
git clone https://github.com/microsoft/vcpkg.git ScreenPlay-vcpkg
|
||||
cd ScreenPlay-vcpkg
|
||||
git pull
|
||||
# master 25.01.2021 - fc0d6b28006e0607a6b9871641ec48925274e079
|
||||
git checkout fc0d6b28006e0607a6b9871641ec48925274e079
|
||||
# master 27.03.2021 - 9f6157a
|
||||
git checkout 9f6157a
|
||||
chmod +x bootstrap-vcpkg.sh
|
||||
./bootstrap-vcpkg.sh
|
||||
chmod +x vcpkg
|
||||
|
@ -5,8 +5,8 @@ cd ..
|
||||
git clone https://github.com/microsoft/vcpkg.git ScreenPlay-vcpkg
|
||||
cd ScreenPlay-vcpkg
|
||||
git pull
|
||||
rem master 25.01.2021 - fc0d6b28006e0607a6b9871641ec48925274e079
|
||||
git checkout fc0d6b28006e0607a6b9871641ec48925274e079
|
||||
rem master 27.03.2021 - 9f6157a
|
||||
git checkout 9f6157a
|
||||
call bootstrap-vcpkg.bat
|
||||
|
||||
rem Install vcpkg dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user