diff options
Diffstat (limited to 'mac-tap/tuntap/src/tap/Makefile')
-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 e814e01c..428555d0 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 = llvm-g++ +CCP = $(shell if [ -f /usr/bin/llvm-g++ ]; then echo llvm-g++; else echo g++; fi) CC = gcc all: $(KMOD_BIN) bundle |