From 8e063d5b39917db1557210cf781fd8453a9db147 Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Sun, 16 Jul 2023 03:55:31 +0200 Subject: [PATCH] macOS: Comment on the expected gettext behavior Someone who can actually run otool will have to confirm whether the intended behavior (glib being linked against a static gettext copy) is actually what's happening... --- platform/mac/do_mac_bundle.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/mac/do_mac_bundle.sh b/platform/mac/do_mac_bundle.sh index e33bfc38f..f7287f621 100755 --- a/platform/mac/do_mac_bundle.sh +++ b/platform/mac/do_mac_bundle.sh @@ -146,6 +146,7 @@ done # Brew has a tendency to infiltrate our builds and take over some of the dependencies... BREW="$(brew --prefix)/opt" # So, because it made us pick those up, ship 'em +# FIXME: Double-check whether we still need it, or if we succeeded in getting glib built against our static copy. cp "${BREW}/gettext/lib/libintl.8.dylib" "${BREW}/libsodium/lib/libsodium.23.dylib" libs chmod 777 libs/libintl.8.dylib libs/libsodium.23.dylib # Update their name