diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-12-12 23:10:07 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-12-12 23:53:32 +0100 |
commit | cfd4f45c3774585014a650339090c7d6d8aa0da5 (patch) | |
tree | ceab9561c61e11f4a3d23abd25eef20d06c1ec03 /.ci | |
parent | Allow clicking notifications on Windows (diff) | |
download | nheko-cfd4f45c3774585014a650339090c7d6d8aa0da5.tar.xz |
fix macos packages
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/macos/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/macos/build.sh b/.ci/macos/build.sh index 34dee564..ea6da16d 100755 --- a/.ci/macos/build.sh +++ b/.ci/macos/build.sh @@ -20,7 +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 \ + -DUSE_BUNDLED_KDSINGLEAPPLICATION=ON -DKDSingleApplication_STATIC=ON \ -DQt6_DIR=${QT_BASEPATH}/lib/cmake \ -DCI_BUILD=ON cmake --build build |