mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
fix mac brew, use libressl and homebrew
This commit is contained in:
parent
5e2dc14dd5
commit
00cfdc7d92
3 changed files with 45 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -14,7 +14,7 @@ USE_STATIC := no
|
|||
|
||||
ifeq ($(UNAME),Darwin)
|
||||
DAEMON_SRC += DaemonLinux.cpp
|
||||
include Makefile.osx
|
||||
include Makefile.homebrew
|
||||
else ifeq ($(shell echo $(UNAME) | $(GREP) -c FreeBSD),1)
|
||||
DAEMON_SRC += DaemonLinux.cpp
|
||||
include Makefile.bsd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue