mirror of
https://github.com/vale981/tdesktop
synced 2025-03-05 09:41:41 -05:00
Use upstream range-v3 in Appveyor build.
It still fails because it uses 15.8 toolchain. Will be fixed on 15.9.
This commit is contained in:
parent
57387903fd
commit
910b2f2b74
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ GOTO:EOF
|
||||||
call:logInfo "Clone dependencies repository"
|
call:logInfo "Clone dependencies repository"
|
||||||
git clone -q --depth 1 --branch=master https://github.com/telegramdesktop/dependencies_windows.git %LIB_DIR%
|
git clone -q --depth 1 --branch=master https://github.com/telegramdesktop/dependencies_windows.git %LIB_DIR%
|
||||||
cd %LIB_DIR%
|
cd %LIB_DIR%
|
||||||
git clone https://github.com/Microsoft/Range-V3-VS2015 range-v3
|
git clone https://github.com/ericniebler/range-v3
|
||||||
if exist prepare.bat (
|
if exist prepare.bat (
|
||||||
call prepare.bat
|
call prepare.bat
|
||||||
) else (
|
) else (
|
||||||
|
|
Loading…
Add table
Reference in a new issue