From f1cfb3519e768131e0bebf40295ae3a7ef64bb47 Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Sun, 25 Oct 2020 14:37:00 +0100 Subject: [PATCH] Update tdlight and install_dependencies.sh --- implementations/tdlight | 2 +- travis/install_dependencies.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/implementations/tdlight b/implementations/tdlight index e2953ba..8fa4a61 160000 --- a/implementations/tdlight +++ b/implementations/tdlight @@ -1 +1 @@ -Subproject commit e2953ba03595136707347bfc51a8c0a4d5d67b7c +Subproject commit 8fa4a610a459a73258f77781dacb73a1271b921d diff --git a/travis/install_dependencies.sh b/travis/install_dependencies.sh index e647cf8..4eb2c42 100755 --- a/travis/install_dependencies.sh +++ b/travis/install_dependencies.sh @@ -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