Skip to content

Commit

Permalink
Fix linux binaries: use glibc 2.28
Browse files Browse the repository at this point in the history
  • Loading branch information
szysas committed Dec 14, 2022
1 parent ea06f03 commit aebc952
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,4 @@ Mac (intel and arm):

Cross compiling for linux (x86_64):

- `docker run -it -v$(pwd):/work --rm dockcross/linux-x86_64-full ./compileMbedtls.sh`

- `docker run -it -v$(pwd):/work --rm dockcross/manylinux_2_28-x64 ./compileMbedtls.sh`
Binary file modified kotlin-mbedtls/src/main/resources/linux-x86-64/libmbedcrypto-v3.3.0-RC-c3902ac.so
100644 → 100755
Binary file not shown.
Binary file modified kotlin-mbedtls/src/main/resources/linux-x86-64/libmbedtls-v3.3.0-RC-c3902ac.so
100644 → 100755
Binary file not shown.
Binary file modified kotlin-mbedtls/src/main/resources/linux-x86-64/libmbedx509-v3.3.0-RC-c3902ac.so
100644 → 100755
Binary file not shown.

0 comments on commit aebc952

Please sign in to comment.