intlconv: osx requires -liconv

This commit is contained in:
Damjan Marion 2014-05-26 22:25:51 +02:00
parent 1c5de3a6f7
commit e6bf5bbe8e

View file

@ -35,6 +35,8 @@ CFLAGS += -I${BUILDDIR} -I${ROOTDIR}/src -I${ROOTDIR}
LDFLAGS += -ldl -lpthread -lm
ifneq ($(PLATFORM), darwin)
LDFLAGS += -lrt
else
LDFLAGS += -liconv
endif
ifeq ($(COMPILER), clang)