diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-06-05 15:47:25 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-06-05 15:48:50 +0200 |
commit | 861de3b518ad5fc0a6882221683e85797ba34e2c (patch) | |
tree | d5f187eca0caf6dbb79d8f3a570ba60e3ce080d8 /depends/description.md | |
parent | 0de7cc848e07d942e09bb3bb60189985e53d2bb5 (diff) | |
parent | 989c8990bb765eef45c8ee471f084ca81a0bead4 (diff) |
Merge #13366: Docs: Rename “OS X” to the newer “macOS” convention
989c8990bb765eef45c8ee471f084ca81a0bead4 Rename “OS X” to the newer “macOS” convention (Giulio Lombardo)
Pull request description:
Since 2016, with [macOS 10.12 Sierra](https://en.wikipedia.org/wiki/MacOS_Sierra), Mac OS X has been renamed in macOS. It would be a nice if Bitcoin's macOS build instructions follow this naming convention to avoid misunderstandings.
Tree-SHA512: 51b7d54bfc39a1a9d0773c64780817c7beca7094aded80481086287474dfa272bf0a1dfa6ef6e3cae91548aa127f65fa730003dddcb97147cdc8c249146aea22
Diffstat (limited to 'depends/description.md')
-rw-r--r-- | depends/description.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/description.md b/depends/description.md index 74f9ef3f20..9fc7093be4 100644 --- a/depends/description.md +++ b/depends/description.md @@ -7,7 +7,7 @@ In theory, binaries for any target OS/architecture can be created, from a builder running any OS/architecture. In practice, build-side tools must be specified when the defaults don't fit, and packages must be amended to work on new hosts. For now, a build architecture of x86_64 is assumed, either on -Linux or OSX. +Linux or macOS. ### No reliance on timestamps |