iconv nur linken, wenn nicht mit in xml2 kompiliert

This commit is contained in:
Enno Rehling 2004-04-08 10:29:58 +00:00
parent f3a8e1a453
commit 99907c0d66
1 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,9 @@ CCFLAGS += -Wwrite-strings
rule iconv rule iconv
{ {
LINKLIBS on $(<) += -liconv ; if $(LINK_ICONV) {
LINKLIBS on $(<) += -liconv ;
}
} }
rule luabind rule luabind