You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Include other native classifiers, for example linux_amd64_clang_ssl3, macos_amd64, ... -->
129
+
// Include other native classifiers, for example linux_amd64_clang_ssl3, macos_arm64, ... -->
130
130
}
131
131
```
132
132
@@ -149,7 +149,6 @@ To use TDLight Java you need to include the native libraries, by specifying one
149
149
-`linux_riscv64_gnu_ssl3`
150
150
-`windows_amd64`
151
151
-`macos_arm64`
152
-
-`macos_amd64`
153
152
154
153
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)
0 commit comments