blob: a90b545913e0d000c357db7fde30fbe4b94417b5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.orig 2022-07-11 08:31:26 UTC
+++ Makefile
@@ -11,8 +11,6 @@ ifeq ($(OSTYPE),FreeBSD)
endif
ifeq ($(OSTYPE),FreeBSD)
- CC=clang
- CXX=clang++
ZT_BUILD_PLATFORM=7
include make-bsd.mk
endif
|