diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2019-01-09 20:43:39 -0200 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2019-01-09 20:43:39 -0200 |
commit | 863cb3bdb7bc3650873253e108b26eb3fe15862d (patch) | |
tree | bb861ab8fd3d6e0496c5f3ba4e9782d1897efb01 /INSTALL.md | |
parent | 61427262553c86edfab8f1a77486ccad803419a0 (diff) | |
download | ledger-863cb3bdb7bc3650873253e108b26eb3fe15862d.tar.gz ledger-863cb3bdb7bc3650873253e108b26eb3fe15862d.tar.bz2 ledger-863cb3bdb7bc3650873253e108b26eb3fe15862d.zip |
Use "macOS" consistently
macOS seems to be the current name for Mac OS X.
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -115,7 +115,7 @@ Q: Whenever I try to use the Python support, I get a segfault A: Make sure that the boost_python library you linked against is using the exact same Python as the Ledger executable. In particular I see this - bug on OS X systems where boost_python is linked against the default + bug on macOS systems where boost_python is linked against the default Python, while Ledger is linked against the version provided by MacPorts. Or vice versa. |