mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-18 21:16:54 +02:00
Merge pull request #457 from skunkwerks/master
build: use clang on FreeBSD
This commit is contained in:
commit
d5102539dd
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -11,8 +11,8 @@ ifeq ($(OSTYPE),Linux)
|
|||
endif
|
||||
|
||||
ifeq ($(OSTYPE),FreeBSD)
|
||||
CC=gcc
|
||||
CXX=g++
|
||||
CC=clang
|
||||
CXX=clang++
|
||||
ZT_BUILD_PLATFORM=7
|
||||
include make-bsd.mk
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue