Revert "MACOSINST-26 -liconv is condidered a bug. I assume someone triel & error fixed an issue with that."
T:is reverts commit acd5ffafda
.
pull/2/head
parent
acd5ffafda
commit
0838a285e6
|
@ -81,7 +81,8 @@ $(LIB_TARGET): $(LIB_OBJECTS)
|
|||
$(AR) -cr $@ $^
|
||||
|
||||
$(TARGET): $(LIB_TARGET) $(MA_OBJECTS) $(SPIRIT_OBJECTS)
|
||||
$(CXX) $(LDFLAGS) -lobjc -framework Foundation -framework Security \
|
||||
$(CXX) $(LDFLAGS) -liconv \
|
||||
-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 \
|
||||
|
|
Loading…
Reference in New Issue