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,8 +31,10 @@ CCFLAGS += -Wwrite-strings
rule iconv
{
if $(LINK_ICONV) {
LINKLIBS on $(<) += -liconv ;
}
}
rule luabind
{