Skip to content

Instantly share code, notes, and snippets.

@andyvand
Created July 23, 2025 18:10
Show Gist options
  • Select an option

  • Save andyvand/4184bbf26417fe31a47041def057c5ea to your computer and use it in GitHub Desktop.

Select an option

Save andyvand/4184bbf26417fe31a47041def057c5ea to your computer and use it in GitHub Desktop.
static-libintle-macos-glib.patch
--- meson.build 2025-07-19 14:45:10
+++ meson.build.patched 2025-07-19 14:45:45
@@ -2336,7 +2336,6 @@
else
# using proxy-libintl fallback
libintl = dependency('intl', allow_fallback: true)
- assert(libintl.type_name() == 'internal')
libintl_deps = [libintl]
have_bind_textdomain_codeset = true # proxy-libintl supports it
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment