mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-05 20:41:44 -07:00
Now builds on OpenBSD, but segfaults. So not yet but close. GitHub issue #439
This commit is contained in:
parent
13263b8401
commit
7b231b38b0
4 changed files with 31 additions and 11 deletions
4
Makefile
4
Makefile
|
@ -11,8 +11,12 @@ ifeq ($(OSTYPE),Linux)
|
|||
endif
|
||||
|
||||
ifeq ($(OSTYPE),FreeBSD)
|
||||
CC=gcc
|
||||
CXX=g++
|
||||
include make-freebsd.mk
|
||||
endif
|
||||
ifeq ($(OSTYPE),OpenBSD)
|
||||
CC=egcc
|
||||
CXX=eg++
|
||||
include make-freebsd.mk
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue