Fix Appveyor CI build.

This commit is contained in:
John Preston 2017-05-18 12:55:05 +03:00
parent b86da76613
commit e102793d93
2 changed files with 2 additions and 2 deletions

View File

@ -624,7 +624,7 @@ buildTelegram() {
-Dlinux_lib_ssl=-lssl \
-Dlinux_lib_crypto=-lcrypto \
-Dlinux_lib_icu=-licuuc\ -licutu\ -licui18n \
--depth=. --generator-output=../.. --format=cmake -Goutput_dir=out \
--depth=. --generator-output=.. --format=cmake -Goutput_dir=../out \
Telegram.gyp
cd "$UPSTREAM/out/Debug"

View File

@ -21,7 +21,7 @@ before_build:
- .\.appveyor\install.bat
build:
project: Telegram.sln
project: Telegram\Telegram.sln
artifacts:
- path: out\Debug\Telegram.exe