diff options
Diffstat (limited to 'mac-tap')
-rw-r--r-- | mac-tap/tuntap/src/tap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mac-tap/tuntap/src/tap/Makefile b/mac-tap/tuntap/src/tap/Makefile index 8207101d..e814e01c 100644 --- a/mac-tap/tuntap/src/tap/Makefile +++ b/mac-tap/tuntap/src/tap/Makefile @@ -27,7 +27,7 @@ CFLAGS = -Wall -mkernel -force_cpusubtype_ALL \ CCFLAGS = $(CFLAGS) LDFLAGS = -Wall -mkernel -nostdlib -r -lcc_kext -arch i386 -arch x86_64 -Xlinker -kext -CCP = g++ +CCP = llvm-g++ CC = gcc all: $(KMOD_BIN) bundle |