mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
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...
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user