From 996bd942eb9b2f3e4aa9398deae3adf3d8989bc4 Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 20 May 2019 13:19:01 +0200 Subject: [PATCH] Fix appveyor build. --- .appveyor/install.bat | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.appveyor/install.bat b/.appveyor/install.bat index a74f8da63..77b4e7cbd 100644 --- a/.appveyor/install.bat +++ b/.appveyor/install.bat @@ -27,7 +27,12 @@ GOTO:EOF call:logInfo "Clone dependencies repository" git clone -q --depth 1 --branch=master https://github.com/telegramdesktop/dependencies_windows.git %LIB_DIR% cd %LIB_DIR% + git clone https://github.com/ericniebler/range-v3 + cd range-v3 + git checkout 0.5.0 + cd .. + if exist prepare.bat ( call prepare.bat ) else (