Skip to content

Commit 44c0053

Browse files
committed
Remove macos_amd64 references from documentation
1 parent 90af53d commit 44c0053

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
**CPU architectures**:
2323

24-
- amd64 (Linux, Windows, MacOS)
24+
- amd64 (Linux, Windows)
2525
- armhf (Linux)
2626
- arm64 (Linux, MacOS)
2727
- ppc64el (Linux)
@@ -102,7 +102,7 @@ If you are using Maven, edit your `pom.xml` file as below:
102102
<!-- don't specify the version here -->
103103
</dependency>
104104
<!-- ... -->
105-
<!-- Include other native classifiers, for example linux_amd64_ssl3, macos_amd64, ... -->
105+
<!-- Include other native classifiers, for example linux_amd64_ssl3, macos_arm64, ... -->
106106

107107
</dependencies>
108108
</project>
@@ -126,7 +126,7 @@ dependencies {
126126
// do not specify the versions on the dependencies below!
127127
implementation group: 'it.tdlight', name: 'tdlight-java' // Java 8 is supported if you use the following dependency classifier: `jdk8`
128128
implementation group: 'it.tdlight', name: 'tdlight-natives', classifier: 'linux_amd64_gnu_ssl1'
129-
// 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, ... -->
130130
}
131131
```
132132

@@ -149,7 +149,6 @@ To use TDLight Java you need to include the native libraries, by specifying one
149149
- `linux_riscv64_gnu_ssl3`
150150
- `windows_amd64`
151151
- `macos_arm64`
152-
- `macos_amd64`
153152

154153
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)
155154

0 commit comments

Comments
 (0)