Created
July 23, 2025 18:10
-
-
Save andyvand/4184bbf26417fe31a47041def057c5ea to your computer and use it in GitHub Desktop.
static-libintle-macos-glib.patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- 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