Fix build for the new GYP version, fix Appveyor.

This commit is contained in:
John Preston
2017-05-05 12:25:06 +03:00
parent bf659938ba
commit 475f0e9544
5 changed files with 29 additions and 17 deletions
+3 -1
View File
@@ -277,8 +277,10 @@ run `git reset --hard HEAD` and execute `gclient` again
<!-- -->
git clone https://chromium.googlesource.com/external/gyp
cd gyp
git checkout a478c1ab51
SET PATH=%PATH%;D:\TBuild\Libraries\gyp;D:\TBuild\Libraries\ninja;
cd ..\tdesktop\Telegram
cd ..\..\tdesktop\Telegram
Also, actually add **D:\\TBuild\\Libraries\\ninja\\** (not just for running the **gyp** command) to your path environment variable, since Telegram needs it for the build process.