mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-19 13:01:39 -07:00
commit
15380cfc14
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -17,8 +17,8 @@ ifeq ($(OSTYPE),FreeBSD)
|
||||||
include make-bsd.mk
|
include make-bsd.mk
|
||||||
endif
|
endif
|
||||||
ifeq ($(OSTYPE),OpenBSD)
|
ifeq ($(OSTYPE),OpenBSD)
|
||||||
CC=egcc
|
CC=clang
|
||||||
CXX=eg++
|
CXX=clang++
|
||||||
ZT_BUILD_PLATFORM=9
|
ZT_BUILD_PLATFORM=9
|
||||||
include make-bsd.mk
|
include make-bsd.mk
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue