Update tdlight and install_dependencies.sh

This commit is contained in:
Andrea Cavalli 2020-10-25 14:37:00 +01:00
parent d7f058341e
commit f1cfb3519e
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit e2953ba03595136707347bfc51a8c0a4d5d67b7c
Subproject commit 8fa4a610a459a73258f77781dacb73a1271b921d

View File

@ -39,7 +39,7 @@ elif [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
git clone --depth=1 https://github.com/tdlight-team/windows-amd64-prebuilt-libraries.git windowsenv
mv windowsenv/vcpkg $VCPKG_DIR
cd $VCPKG_DIR
vcpkg integrate install
./vcpkg integrate install
else
echo "Unrecognized os: $TRAVIS_OS_NAME"
exit 1