Add MacOS arm64
This commit is contained in:
parent
6407c10c92
commit
fed5626b81
@ -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)
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user