diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-08-05 18:15:43 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-08-05 18:15:43 +0300 |
commit | ccc69ece9e176d6652df0d559fe259dc1e26688b (patch) | |
tree | 56997aefc65fcb85ddee398526f61770fe2f31a5 /README.md | |
parent | Rename Event.h header to avoid header conflict (diff) | |
download | nheko-ccc69ece9e176d6652df0d559fe259dc1e26688b.tar.xz |
Drop support for XCode 7
lmdbxx requires support for thread_local which is not available on that clang version.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index f579cd94..335192e5 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ sudo apt-get update sudo apt-get install qt58base qt58tools cmake liblmdb-dev ``` -##### OSX (Xcode 7 or later) +##### OSX (Xcode 8 or later) ```bash brew update |