This website works better with JavaScript
Home
Explore
Help
Sign In
cpp
/
ZeroTierOne
mirror of
https://github.com/zerotier/ZeroTierOne
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Fix FreeBSD regression -- gmake defaults g++ which does not exist.
Adam Ierymenko
10 years ago
parent
cac55105c3
commit
f9f4dd5276
1 changed files
with
2 additions
and
2 deletions
Unified View
Show Diff Stats
2
2
make-freebsd.mk
+ 2
- 2
make-freebsd.mk
View File
@@ -1,5 +1,5 @@
-CC
?
=cc
-CXX
?
=c++
+CC=cc
+CXX=c++
INCLUDES=
INCLUDES=
DEFS=
DEFS=