forked from github/server
iconv nur linken, wenn nicht mit in xml2 kompiliert
This commit is contained in:
parent
f3a8e1a453
commit
99907c0d66
|
@ -31,7 +31,9 @@ CCFLAGS += -Wwrite-strings
|
|||
|
||||
rule iconv
|
||||
{
|
||||
LINKLIBS on $(<) += -liconv ;
|
||||
if $(LINK_ICONV) {
|
||||
LINKLIBS on $(<) += -liconv ;
|
||||
}
|
||||
}
|
||||
|
||||
rule luabind
|
||||
|
|
Loading…
Reference in New Issue