Add MacOS arm64

This commit is contained in:
Andrea Cavalli 2024-02-22 01:32:11 +01:00
parent 6407c10c92
commit fed5626b81
2 changed files with 8 additions and 1 deletions

View File

@ -23,7 +23,7 @@
- amd64 (Linux, Windows, MacOS)
- armhf (Linux)
- arm64 (Linux)
- arm64 (Linux, MacOS)
- ppc64el (Linux)
- riscv64 (linux)
@ -148,6 +148,7 @@ To use TDLight Java you need to include the native libraries, by specifying one
- `linux_ppc64el_gnu_ssl3`
- `linux_riscv64_gnu_ssl3`
- `windows_amd64`
- `macos_arm64`
- `macos_amd64`
Advanced: If you want to use a different precompiled native, please set the java property `it.tdlight.native.workdir`. (Please note that you must build [this](https://github.com/tdlight-team/tdlight-java-natives), you can't put random precompiled tdlib binaries found on the internet)

View File

@ -150,6 +150,12 @@
<version>${tdlight.natives.version}</version>
<classifier>macos_amd64</classifier>
</dependency>
<dependency>
<groupId>it.tdlight</groupId>
<artifactId>tdlight-natives</artifactId>
<version>${tdlight.natives.version}</version>
<classifier>macos_arm64</classifier>
</dependency>
</dependencies>
</dependencyManagement>