mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
fix osx upnp support
fix tabulation in UPnP.cpp
This commit is contained in:
parent
55f891e2aa
commit
83300044dd
3 changed files with 123 additions and 117 deletions
|
@ -13,6 +13,11 @@ endif
|
|||
ifeq ($(USE_UPNP),yes)
|
||||
LDFLAGS += -ldl
|
||||
CXXFLAGS += -DUSE_UPNP
|
||||
ifeq ($(USE_STATIC),yes)
|
||||
LDLIBS += /usr/local/lib/libminiupnpc.a
|
||||
else
|
||||
LDLIBS += -lminiupnpc
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(USE_AESNI),1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue