Skip to content

Commit 55e8fdc

Browse files
authored
Unify macOS naming (#944)
1 parent 856c5cc commit 55e8fdc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ include(CPack)
6868
# set(CMAKE_STATIC_LIBRARY_PREFIX ${CMAKE_INSTALL_PREFIX})
6969
#endif (WIN32)
7070

71-
######## Mac OS X
71+
######## macOS
7272

7373
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
7474
set(CMAKE_MACOSX_RPATH 1)

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Discussion (Telegram): https://t.me/open_chinese_convert
3333
* [Ubuntu](https://launchpad.net/ubuntu/+source/opencc)
3434
* [Fedora](https://packages.fedoraproject.org/pkgs/opencc/opencc/)
3535
* [Arch Linux](https://archlinux.org/packages/extra/x86_64/opencc/)
36-
* [Mac](https://formulae.brew.sh/formula/opencc)
36+
* [macOS](https://formulae.brew.sh/formula/opencc)
3737
* [Bazel](https://registry.bazel.build/modules/opencc)
3838
* [Node.js](https://npmjs.org/package/opencc)
3939
* [Python](https://pypi.org/project/OpenCC/)
@@ -78,7 +78,7 @@ See [demo.js](https://github.com/BYVoid/OpenCC/blob/master/node/demo.js) and [ts
7878

7979
### Python
8080

81-
`pip install opencc` (Windows, Linux, Mac)
81+
`pip install opencc` (Windows, Linux, macOS)
8282

8383
```python
8484
import opencc
@@ -160,7 +160,7 @@ Document 文檔: https://byvoid.github.io/OpenCC/
160160

161161
### Build with CMake
162162

163-
#### Linux & Mac OS X
163+
#### Linux & macOS
164164

165165
g++ 4.6+ or clang 3.2+ is required.
166166

@@ -183,7 +183,7 @@ bazel test --test_output=all //src/... //data/... //test/...
183183

184184
### Test 測試
185185

186-
#### Linux & Mac OS X
186+
#### Linux & macOS
187187

188188
```
189189
make test

0 commit comments

Comments
 (0)