Removing undefined directive

Having dynamic_lookup defined as compiler directive gives a
compilation error.
master
David Lanzendörfer 2 years ago
parent c3e18bb6c5
commit 69fa0b245a

@ -52,7 +52,7 @@ libpEpMIME.a: $(LIB_OBJ)
${AR} rcs $@ $^
$(TARGET): ${LIB_OBJ}
${CXX} ${LDFLAGS} ${LDLIBS} -shared -undefined dynamic_lookup $^ -o $@
${CXX} ${LDFLAGS} ${LDLIBS} -shared $^ -o $@
unittests: unittest_mime.o unittest_nfc.o unittest_timestamp.o \
unittest_stringcase.o unittest_toutf8.o unittest_address.o \

Loading…
Cancel
Save