mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03:00
regular/homebrew build selection for Mac OS X
This commit is contained in:
parent
b03a6a5327
commit
aa215f2a5a
4
Makefile
4
Makefile
@ -14,7 +14,11 @@ USE_STATIC := no
|
||||
|
||||
ifeq ($(UNAME),Darwin)
|
||||
DAEMON_SRC += DaemonLinux.cpp
|
||||
ifeq ($(HOMEBREW),1)
|
||||
include Makefile.homebrew
|
||||
else
|
||||
include Makefile.osx
|
||||
endif
|
||||
else ifeq ($(shell echo $(UNAME) | $(GREP) -c FreeBSD),1)
|
||||
DAEMON_SRC += DaemonLinux.cpp
|
||||
include Makefile.bsd
|
||||
|
@ -104,7 +104,7 @@ brew install libressl boost
|
||||
|
||||
Then build:
|
||||
```bash
|
||||
make
|
||||
make HOMEBREW=1
|
||||
```
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user