neuralpp/Makefile.am

8 lines
87 B
Makefile

OSNAME := $(shell uname)
LDLIBS=
ifeq ($(OSNAME),Darwin)
LDLIBS += -liconv
endif