mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
* move USE_* to main Makefile
This commit is contained in:
parent
56c404e6c1
commit
05a62af99b
3 changed files with 12 additions and 7 deletions
3
Makefile
3
Makefile
|
@ -4,6 +4,9 @@ I2PD := i2p
|
|||
|
||||
include filelist.mk
|
||||
|
||||
USE_AESNI := yes
|
||||
USE_STATIC := no
|
||||
|
||||
ifeq ($(UNAME),Darwin)
|
||||
DAEMON_SRC += DaemonLinux.cpp
|
||||
include Makefile.osx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue