mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-27 06:18:57 +00:00
12 lines
383 B
Diff
12 lines
383 B
Diff
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -769,7 +769,7 @@
|
|
# Check for bind_textdomain_codeset, including -lintl if GLib brings it in by
|
|
# doing the same check as glib. We can't check that by linking to glib because
|
|
# it might be a subproject and hence not built yet.
|
|
-if cc.has_function('ngettext')
|
|
+if true
|
|
libintl_dep = []
|
|
cdata.set('HAVE_BIND_TEXTDOMAIN_CODESET', 1)
|
|
else
|