mirror of https://github.com/procxx/kepka.git
Build using systemwide cmake.
From: Vitaly Zaitsev <vitaly@easycoding.org> Date: Mon, 3 Oct 2016 16:10:25 +0200 Source: RussianFedora/telegram-desktop
This commit is contained in:
parent
7a5d115e2b
commit
60a45e6cfe
|
@ -19,9 +19,9 @@ cd $FullScriptPath
|
|||
if [ "$MySystem" == "Linux" ]; then
|
||||
../../../Libraries/gyp/gyp --depth=. --generator-output=.. -Goutput_dir=../out -Dofficial_build_target=$BuildTarget Telegram.gyp --format=cmake
|
||||
cd ../../out/Debug
|
||||
../../../Libraries/cmake-3.6.2/bin/cmake .
|
||||
cmake .
|
||||
cd ../Release
|
||||
../../../Libraries/cmake-3.6.2/bin/cmake .
|
||||
cmake .
|
||||
cd ../../Telegram/gyp
|
||||
else
|
||||
#gyp --depth=. --generator-output=../.. -Goutput_dir=out Telegram.gyp --format=ninja
|
||||
|
|
Loading…
Reference in New Issue