mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-15 03:26:54 +02:00
Use clang on OpenBSD
This commit is contained in:
parent
e8f7d5ef9e
commit
b984eb2808
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -17,8 +17,8 @@ ifeq ($(OSTYPE),FreeBSD)
|
|||
include make-bsd.mk
|
||||
endif
|
||||
ifeq ($(OSTYPE),OpenBSD)
|
||||
CC=egcc
|
||||
CXX=eg++
|
||||
CC=clang
|
||||
CXX=clang++
|
||||
ZT_BUILD_PLATFORM=9
|
||||
include make-bsd.mk
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue