mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
link UPnP with app if USE_UPNP is set
This commit is contained in:
parent
0f68bbac8e
commit
fedbf2cc44
4 changed files with 15 additions and 79 deletions
|
@ -44,7 +44,7 @@ endif
|
|||
|
||||
# UPNP Support (miniupnpc 1.5 or 1.6)
|
||||
ifeq ($(USE_UPNP),1)
|
||||
LDFLAGS += -ldl
|
||||
LDFLAGS += -lminiupnpc
|
||||
CXXFLAGS += -DUSE_UPNP
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue