--- nono/util/ttfext/Makefile 2026/04/29 17:05:16 1.1 +++ nono/util/ttfext/Makefile 2026/04/29 17:05:40 1.1.1.2 @@ -10,12 +10,14 @@ TOPDIR= ../.. TARGETS= ttfext CXXFLAGS+= -g +CPPFLAGS+= ${CPPFLAGS_ICONV} + CXXSRCS= ttfext.cpp OBJS= ${CXXSRCS:.cpp=.o} MYLIBS= ${TOPDIR}/lib/libnnlib.a ttfext: ${OBJS} - ${CXX} ${LDFLAGS} -o $@ $> ${MYLIBS} ${LIBS} + ${CXX} ${LDFLAGS} -o $@ $> ${MYLIBS} ${LIBS} ${LIBS_ICONV} .include "${TOPDIR}/Makefile.rule"