Skip to content

Commit a79cbc1

Browse files
committed
Merge branch 'dp/makefile-charset-lib-doc'
* dp/makefile-charset-lib-doc: Makefile: describe CHARSET_LIB better
2 parents c228a5c + 3064b13 commit a79cbc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ all::
5959
# FreeBSD can use either, but MinGW and some others need to use
6060
# libcharset.h's locale_charset() instead.
6161
#
62-
# Define CHARSET_LIB to you need to link with library other than -liconv to
62+
# Define CHARSET_LIB to the library you need to link with in order to
6363
# use locale_charset() function. On some platforms this needs to set to
64-
# -lcharset
64+
# -lcharset, on others to -liconv .
6565
#
6666
# Define LIBC_CONTAINS_LIBINTL if your gettext implementation doesn't
6767
# need -lintl when linking.

0 commit comments

Comments
 (0)