mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
Fix FreeBSD regression -- gmake defaults g++ which does not exist.
This commit is contained in:
parent
cac55105c3
commit
f9f4dd5276
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
CC?=cc
|
CC=cc
|
||||||
CXX?=c++
|
CXX=c++
|
||||||
|
|
||||||
INCLUDES=
|
INCLUDES=
|
||||||
DEFS=
|
DEFS=
|
||||||
|
|
Loading…
Add table
Reference in a new issue