Makefile: link with libiconv if NEEDS_LIBICONV is defined
This seems to be needed to compile on cygwin. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
这个提交包含在:
5
Makefile
5
Makefile
@@ -19,6 +19,11 @@ OBJECTS = shared.o cache.o parsing.o html.o ui-shared.o ui-repolist.o \
|
|||||||
ui-snapshot.o ui-blob.o ui-tag.o ui-refs.o
|
ui-snapshot.o ui-blob.o ui-tag.o ui-refs.o
|
||||||
|
|
||||||
|
|
||||||
|
ifdef NEEDS_LIBICONV
|
||||||
|
EXTLIBS += -liconv
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
.PHONY: all git install clean distclean force-version get-git
|
.PHONY: all git install clean distclean force-version get-git
|
||||||
|
|
||||||
all: cgit git
|
all: cgit git
|
||||||
|
在新工单中引用
屏蔽一个用户