mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-05 20:41:44 -07:00
OpenBSD fixes, workaround for apparent libstdc++ bug.
This commit is contained in:
parent
7b231b38b0
commit
d79f792e6f
4 changed files with 40 additions and 30 deletions
6
Makefile
6
Makefile
|
@ -13,10 +13,12 @@ endif
|
|||
ifeq ($(OSTYPE),FreeBSD)
|
||||
CC=gcc
|
||||
CXX=g++
|
||||
include make-freebsd.mk
|
||||
ZT_BUILD_PLATFORM=7
|
||||
include make-bsd.mk
|
||||
endif
|
||||
ifeq ($(OSTYPE),OpenBSD)
|
||||
CC=egcc
|
||||
CXX=eg++
|
||||
include make-freebsd.mk
|
||||
ZT_BUILD_PLATFORM=9
|
||||
include make-bsd.mk
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue