mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Drop support for XCode 7
lmdbxx requires support for thread_local which is not available on that clang version.
This commit is contained in:
parent
dd30b5d06e
commit
ccc69ece9e
2 changed files with 1 additions and 4 deletions
|
@ -7,9 +7,6 @@ notifications:
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: osx
|
|
||||||
osx_image: xcode7
|
|
||||||
compiler: clang
|
|
||||||
- os: osx
|
- os: osx
|
||||||
osx_image: xcode8
|
osx_image: xcode8
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
|
|
@ -59,7 +59,7 @@ sudo apt-get update
|
||||||
sudo apt-get install qt58base qt58tools cmake liblmdb-dev
|
sudo apt-get install qt58base qt58tools cmake liblmdb-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
##### OSX (Xcode 7 or later)
|
##### OSX (Xcode 8 or later)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
brew update
|
brew update
|
||||||
|
|
Loading…
Reference in a new issue