mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
Merge branch 'master' into dev
This commit is contained in:
commit
df30255542
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -11,8 +11,8 @@ ifeq ($(OSTYPE),Linux)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(OSTYPE),FreeBSD)
|
ifeq ($(OSTYPE),FreeBSD)
|
||||||
CC=gcc
|
CC=clang
|
||||||
CXX=g++
|
CXX=clang++
|
||||||
ZT_BUILD_PLATFORM=7
|
ZT_BUILD_PLATFORM=7
|
||||||
include make-bsd.mk
|
include make-bsd.mk
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue