mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 15:17:07 +02:00
Fix build on Linux.
This commit is contained in:
parent
24fabf2590
commit
fb64452495
4 changed files with 5 additions and 5 deletions
2
Telegram/ThirdParty/tgcalls
vendored
2
Telegram/ThirdParty/tgcalls
vendored
|
@ -1 +1 @@
|
|||
Subproject commit ce5bc41b27144dad10756c745f6098ba14beb36b
|
||||
Subproject commit 0d88a47c7f6dcebf4e48c16d253bb3db5a15e2e6
|
|
@ -70,9 +70,9 @@ else
|
|||
DeployMac="1"
|
||||
DeployWin="1"
|
||||
DeployWin64="1"
|
||||
DeployWinArm="1"
|
||||
DeployWinArm="0"
|
||||
DeployLinux="1"
|
||||
echo "Deploying five versions of $AppVersionStrFull: for Windows 32 bit, Windows 64 bit, Windows on ARM, macOS and Linux 64 bit.."
|
||||
echo "Deploying four versions of $AppVersionStrFull: for Windows 32 bit, Windows 64 bit, macOS and Linux 64 bit.."
|
||||
fi
|
||||
if [ "$BuildTarget" == "mac" ]; then
|
||||
BackupPath="$HOME/Projects/backup/tdesktop"
|
||||
|
|
|
@ -59,7 +59,7 @@ RUN git init zlib \
|
|||
&& rm -rf zlib
|
||||
|
||||
FROM builder AS xz
|
||||
RUN git clone -b v5.4.4 --depth=1 https://github.com/tukaani-project/xz.git \
|
||||
RUN git clone -b v5.4.4 --depth=1 {{ GIT }}/tukaani-project/xz.git \
|
||||
&& cd xz \
|
||||
&& cmake -B build . -DCMAKE_BUILD_TYPE=None \
|
||||
&& cmake --build build -j$(nproc) \
|
||||
|
|
2
cmake
2
cmake
|
@ -1 +1 @@
|
|||
Subproject commit 462b85cc62fd2422084bf6a66408ac7bec3d795d
|
||||
Subproject commit 17c758e2b9f09a58f14582bde3561873ce026039
|
Loading…
Add table
Reference in a new issue