mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-31 02:41:31 +08:00
Bump vcpkg to a new snapshot
Some patches were upstreamed and this beings the version in line with what we need for Android. This patch also centralizes the version into a shared file, for future use. Change-Id: I90973f9bfcbc1bfeb2d11e2ee7a7fa4e4f6a58a2 Reviewed-by: Qt CMake Build Bot Reviewed-by: Liang Qi <liang.qi@qt.io>
This commit is contained in:
@@ -43,8 +43,9 @@ source "${BASH_SOURCE%/*}/../unix/SetEnvVar.sh"
|
||||
# Refresh to make sure we have the EMSCRIPTEN environment variable, needed for the vcpkg wasm build.
|
||||
source ~/.bashrc
|
||||
|
||||
version="qt-snapshot-2019-10-09"
|
||||
officialUrl="https://codeload.github.com/tronical/vcpkg/tar.gz/$version"
|
||||
source "${BASH_SOURCE%/*}/../shared/vcpkg_version.txt"
|
||||
|
||||
officialUrl="https://codeload.github.com/tronical/vcpkg/tar.gz/$vcpkg_version"
|
||||
targetFile="vcpkg.tar.gz"
|
||||
targetFolder="$HOME/vcpkg"
|
||||
|
||||
@@ -69,4 +70,4 @@ cd $targetFolder
|
||||
|
||||
rm -rf packages buildtrees downloads
|
||||
|
||||
echo "VCPKG = $version" >> ~/versions.txt
|
||||
echo "VCPKG = $vcpkg_version" >> ~/versions.txt
|
||||
|
||||
Reference in New Issue
Block a user