mirror of
https://git.zx2c4.com/cgit
synced 2025-07-24 20:55:56 +02:00
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>
This commit is contained in:
parent
55ac326ecb
commit
1ae41a0d1e
1 changed files with 5 additions and 0 deletions
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
|
||||
|
||||
|
||||
ifdef NEEDS_LIBICONV
|
||||
EXTLIBS += -liconv
|
||||
endif
|
||||
|
||||
|
||||
.PHONY: all git install clean distclean force-version get-git
|
||||
|
||||
all: cgit git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue