mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
fixed build with OpenBSD
This commit is contained in:
parent
e9d3278fc5
commit
b68381db58
2 changed files with 3 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -21,7 +21,7 @@ ifeq ($(UNAME),Darwin)
|
|||
else
|
||||
include Makefile.osx
|
||||
endif
|
||||
else ifeq ($(shell echo $(UNAME) | $(GREP) -c FreeBSD),1)
|
||||
else ifeq ($(shell echo $(UNAME) | $(GREP) -Ec '(Free|Open)BSD'),1)
|
||||
DAEMON_SRC += DaemonLinux.cpp
|
||||
include Makefile.bsd
|
||||
else ifeq ($(UNAME),Linux)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue