From 0a8f2492bff3fddbe952ba17bd9d114db228bf99 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 22 Apr 2023 05:11:08 +0300 Subject: [PATCH 45/45] 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 2d0413da46..5472e687e9 100755 --- a/platforms/macos/homebrew-appbundle.sh +++ b/platforms/macos/homebrew-appbundle.sh @@ -109,6 +109,7 @@ if ! meson setup .. \ -Dclients=gtk4,qt \ -Dfcmp=qt \ -Dfollowtag=macos \ + -Ddefault_library=static \ -Dprefix="$CONTENTSDIR" || ! ninja || ! ninja install -- 2.39.2