Skip to content

Commit

Permalink
Fix build on Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Jul 25, 2024
1 parent 24fabf2 commit fb64452
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Telegram/build/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Telegram/build/docker/centos_env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down
2 changes: 1 addition & 1 deletion cmake

0 comments on commit fb64452

Please sign in to comment.