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
|
rule iconv
|
||||||
{
|
{
|
||||||
|
if $(LINK_ICONV) {
|
||||||
LINKLIBS on $(<) += -liconv ;
|
LINKLIBS on $(<) += -liconv ;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
rule luabind
|
rule luabind
|
||||||
|
|
Loading…
Reference in New Issue