Skip to content

Commit

Permalink
* TDLib binaries upgraded to latest [available version](pylakey/td@01…
Browse files Browse the repository at this point in the history
…26cec) (1.7.8 from now)
  • Loading branch information
pylakey committed Sep 21, 2021
1 parent c25a4c2 commit dd4f6bb
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@ build:
cmake \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX:PATH=/tdlib \
-DTD_ENABLE_LTO=ON \
-S /code \
-B .
-B /build

RUN cmake --build . --target install
RUN cmake --build /build --target install

ARG TARGETARCH
SAVE ARTIFACT /tdlib/lib/libtdjson.so AS LOCAL aiotdlib/tdlib/libtdjson_linux_${TARGETARCH}.so
1 change: 1 addition & 0 deletions aiotdlib/tdlib/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!libtdjson_*
Binary file added aiotdlib/tdlib/libtdjson_darwin_arm64.dylib
Binary file not shown.
Binary file added aiotdlib/tdlib/libtdjson_linux_amd64.so
Binary file not shown.
Binary file added aiotdlib/tdlib/libtdjson_linux_arm64.so
Binary file not shown.

0 comments on commit dd4f6bb

Please sign in to comment.