Merge pull request #402 from dmarion/upstream
intlconv: osx requires -liconv
This commit is contained in:
commit
c8a392e1fa
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue