We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c228a5c + 3064b13 commit a79cbc1Copy full SHA for a79cbc1
Makefile
@@ -59,9 +59,9 @@ all::
59
# FreeBSD can use either, but MinGW and some others need to use
60
# libcharset.h's locale_charset() instead.
61
#
62
-# Define CHARSET_LIB to you need to link with library other than -liconv to
+# Define CHARSET_LIB to the library you need to link with in order to
63
# use locale_charset() function. On some platforms this needs to set to
64
-# -lcharset
+# -lcharset, on others to -liconv .
65
66
# Define LIBC_CONTAINS_LIBINTL if your gettext implementation doesn't
67
# need -lintl when linking.
0 commit comments