mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 21:37:17 +01:00
exclude boost_system from linking because it's headers only now
This commit is contained in:
parent
6ebb019e15
commit
c2234599cd
|
@ -17,7 +17,6 @@ ifeq ($(USE_UPNP),yes)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
LDLIBS += \
|
LDLIBS += \
|
||||||
$(MINGW_PREFIX)/lib/libboost_system-mt.a \
|
|
||||||
$(MINGW_PREFIX)/lib/libboost_program_options-mt.a \
|
$(MINGW_PREFIX)/lib/libboost_program_options-mt.a \
|
||||||
$(MINGW_PREFIX)/lib/libssl.a \
|
$(MINGW_PREFIX)/lib/libssl.a \
|
||||||
$(MINGW_PREFIX)/lib/libcrypto.a \
|
$(MINGW_PREFIX)/lib/libcrypto.a \
|
||||||
|
|
Loading…
Reference in a new issue