mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 20:27:49 +02:00
[build] test linking reorder
Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
parent
b17087ba4a
commit
6d0dad5fd4
7 changed files with 9 additions and 9 deletions
|
@ -18,7 +18,7 @@ endif
|
|||
LDLIBS += -lpthread -ldl
|
||||
else
|
||||
LDFLAGS += -L${SSLROOT}/lib -L${BOOSTROOT}/lib
|
||||
LDLIBS = -lz -lcrypto -lssl -lboost_system -lboost_filesystem -lboost_program_options -lpthread
|
||||
LDLIBS = -lz -lssl -lcrypto -lboost_system -lboost_filesystem -lboost_program_options -lpthread
|
||||
ifeq ($(USE_UPNP),yes)
|
||||
LDFLAGS += -L${UPNPROOT}/lib
|
||||
LDLIBS += -lminiupnpc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue