MACOSINST-26 -liconv is condidered a bug. I assume someone triel & error fixed an issue with that.

pull/2/head
Andreas Buff 2021-05-25 13:33:45 +02:00
parent f8a1608abe
commit acd5ffafda
1 changed files with 1 additions and 2 deletions

View File

@ -81,8 +81,7 @@ $(LIB_TARGET): $(LIB_OBJECTS)
$(AR) -cr $@ $^
$(TARGET): $(LIB_TARGET) $(MA_OBJECTS) $(SPIRIT_OBJECTS)
$(CXX) $(LDFLAGS) -liconv \
-lobjc -framework Foundation -framework Security \
$(CXX) $(LDFLAGS) -lobjc -framework Foundation -framework Security \
$(PEP_WEBSERVER)/libpEpwebserver.a \
$(BOOST_LIBRARY_PATH)/libboost_filesystem$(BOOST_MT).a \
$(BOOST_LIBRARY_PATH)/libboost_program_options$(BOOST_MT).a \