Skip to content

Commit fed5626

Browse files
committed
Add MacOS arm64
1 parent 6407c10 commit fed5626

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
- amd64 (Linux, Windows, MacOS)
2525
- armhf (Linux)
26-
- arm64 (Linux)
26+
- arm64 (Linux, MacOS)
2727
- ppc64el (Linux)
2828
- riscv64 (linux)
2929

@@ -148,6 +148,7 @@ To use TDLight Java you need to include the native libraries, by specifying one
148148
- `linux_ppc64el_gnu_ssl3`
149149
- `linux_riscv64_gnu_ssl3`
150150
- `windows_amd64`
151+
- `macos_arm64`
151152
- `macos_amd64`
152153

153154
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)

bom/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,12 @@
150150
<version>${tdlight.natives.version}</version>
151151
<classifier>macos_amd64</classifier>
152152
</dependency>
153+
<dependency>
154+
<groupId>it.tdlight</groupId>
155+
<artifactId>tdlight-natives</artifactId>
156+
<version>${tdlight.natives.version}</version>
157+
<classifier>macos_arm64</classifier>
158+
</dependency>
153159
</dependencies>
154160
</dependencyManagement>
155161

0 commit comments

Comments
 (0)