From 67c313e3132ef4f3e7a9fae99f612a30c976387d Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 22 Apr 2023 05:09:46 +0300 Subject: [PATCH 18/18] homebrew-appbundle.sh: Make libfreeciv static This hopefully resolves freeciv loading problems on mac, caused by the dynamic library not being where some kind of installations expect it to be. Reporte by dmitrii See osdn #47640 Signed-off-by: Marko Lindqvist --- platforms/macos/homebrew-appbundle.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/platforms/macos/homebrew-appbundle.sh b/platforms/macos/homebrew-appbundle.sh index 2b68af5cad..335110a335 100755 --- a/platforms/macos/homebrew-appbundle.sh +++ b/platforms/macos/homebrew-appbundle.sh @@ -108,6 +108,7 @@ if ! meson setup .. \ -Dclients=gtk4,qt \ -Dfcmp=qt \ -Dfollowtag=macos-S3_2 \ + -Ddefault_library=static \ -Dprefix="$CONTENTSDIR" || ! ninja || ! ninja install -- 2.39.2