mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
* add global switch USE_UPNP to makefile
This commit is contained in:
parent
646778227a
commit
b668c4c302
5 changed files with 6 additions and 5 deletions
1
Makefile
1
Makefile
|
@ -11,6 +11,7 @@ include filelist.mk
|
|||
|
||||
USE_AESNI := yes
|
||||
USE_STATIC := no
|
||||
USE_UPNP := no
|
||||
|
||||
ifeq ($(UNAME),Darwin)
|
||||
DAEMON_SRC += DaemonLinux.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue