Fix build on Linux.

This commit is contained in:
John Preston 2024-07-25 09:32:20 +03:00
parent 24fabf2590
commit fb64452495
4 changed files with 5 additions and 5 deletions
Telegram
ThirdParty
build
deploy.sh
docker/centos_env
cmake

@ -1 +1 @@
Subproject commit ce5bc41b27144dad10756c745f6098ba14beb36b
Subproject commit 0d88a47c7f6dcebf4e48c16d253bb3db5a15e2e6

View file

@ -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"

View file

@ -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

@ -1 +1 @@
Subproject commit 462b85cc62fd2422084bf6a66408ac7bec3d795d
Subproject commit 17c758e2b9f09a58f14582bde3561873ce026039