mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 07:33:52 +02:00
Update tde2e library.
This commit is contained in:
parent
2b74ad8b5f
commit
b1b2798be1
2 changed files with 2 additions and 2 deletions
|
@ -818,7 +818,7 @@ COPY --link --from=openssl {{ LibrariesPath }}/openssl-cache /
|
|||
RUN git init td \
|
||||
&& cd td \
|
||||
&& git remote add origin {{ GIT }}/tdlib/td.git \
|
||||
&& git fetch --depth=1 origin a03a90470d6fca9a5a3db747ba3f3e4a465b5fe7 \
|
||||
&& git fetch --depth=1 origin 04adfc87deea4c804def118e88c89a08c388b32b \
|
||||
&& git reset --hard FETCH_HEAD \
|
||||
&& rm -rf .git \
|
||||
&& env -u CFLAGS -u CXXFLAGS cmake -B out/Release . \
|
||||
|
|
|
@ -1928,7 +1928,7 @@ win:
|
|||
stage('td', """
|
||||
git clone https://github.com/tdlib/td.git
|
||||
cd td
|
||||
git checkout a03a90470d
|
||||
git checkout 04adfc87de
|
||||
win:
|
||||
SET OPENSSL_DIR=%LIBS_DIR%\\openssl3
|
||||
SET OPENSSL_LIBS_DIR=%OPENSSL_DIR%\\out
|
||||
|
|
Loading…
Add table
Reference in a new issue