diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-11-20 02:38:58 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-11-20 02:56:42 +0100 |
commit | 8ea03e41e063314ea712f4b81db80c2a4cd85c2d (patch) | |
tree | 8b4b37014345cd4004d525adb942c8675c8b2730 /.ci | |
parent | Automatically increase database limits when hit (diff) | |
download | nheko-8ea03e41e063314ea712f4b81db80c2a4cd85c2d.tar.xz |
Switch to KDSingleApplication
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/macos/build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.ci/macos/build.sh b/.ci/macos/build.sh index e4978231..34dee564 100755 --- a/.ci/macos/build.sh +++ b/.ci/macos/build.sh @@ -20,6 +20,7 @@ cmake -GNinja -S. -Bbuild \ -DHUNTER_ENABLED=ON -DBUILD_SHARED_LIBS=OFF \ -DCMAKE_BUILD_TYPE=RelWithDebInfo -DHUNTER_CONFIGURATION_TYPES=RelWithDebInfo \ -DUSE_BUNDLED_OPENSSL=ON \ + -DUSE_BUNDLED_KDSINGLEAPPLICATION=ON \ -DQt6_DIR=${QT_BASEPATH}/lib/cmake \ -DCI_BUILD=ON cmake --build build |