mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 19:38:48 +03:00
Set macos deployment target explicitly
This commit is contained in:
parent
2bfc17104e
commit
a3d97ee1f4
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ build-macos:
|
|||
-DUSE_BUNDLED_OPENSSL=ON
|
||||
-DUSE_BUNDLED_BOOST=ON
|
||||
-DCI_BUILD=ON
|
||||
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.15
|
||||
- cmake --build build
|
||||
- (cd build && git clone https://github.com/Nheko-Reborn/qt-jdenticon.git && cd qt-jdenticon && qmake && make -j 4 && cp libqtjdenticon.dylib ../nheko.app/Contents/MacOS)
|
||||
after_script:
|
||||
|
|
Loading…
Reference in a new issue