From 7e69fb3130e1799b072b5852d9d198653c30ceaf Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 24 Sep 2023 17:37:22 +0300 Subject: [PATCH] homebrew-appbundle.sh: Fix build See osdn #48720 Signed-off-by: Marko Lindqvist --- platforms/macos/homebrew-appbundle.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platforms/macos/homebrew-appbundle.sh b/platforms/macos/homebrew-appbundle.sh index 78618c8f41..c374f03d3d 100755 --- a/platforms/macos/homebrew-appbundle.sh +++ b/platforms/macos/homebrew-appbundle.sh @@ -102,14 +102,14 @@ fi cd build || exit 1 if ! meson setup .. \ - -Druledit=false \ + -Dtools=[] \ -Dsyslua=true \ -Ddebug=false \ -Dclients=gtk4,qt \ -Dfcmp=qt \ -Dfollowtag=macos-S3_3 \ -Ddefault_library=static \ - -Dprefix="$CONTENTSDIR" || + -Dprefix="${CONTENTSDIR}" || ! ninja || ! ninja install then -- 2.40.1