diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-12-03 13:47:13 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-12-03 13:47:13 -0800 |
commit | 21339843186a3aecd5f9e06fae12a5b255dfbc12 (patch) | |
tree | 2a62ddcf1e2258b4737e9bbd171903ea05d2f441 /ext | |
parent | 64bc0e49292936117b4a0ef808ffbf6b2d15d100 (diff) | |
download | infinitytier-21339843186a3aecd5f9e06fae12a5b255dfbc12.tar.gz infinitytier-21339843186a3aecd5f9e06fae12a5b255dfbc12.zip |
Build instructions for tap-mac.
Diffstat (limited to 'ext')
-rw-r--r-- | ext/tap-mac/tuntap/src/tap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/tap-mac/tuntap/src/tap/Makefile b/ext/tap-mac/tuntap/src/tap/Makefile index 58e582da..ee1f5457 100644 --- a/ext/tap-mac/tuntap/src/tap/Makefile +++ b/ext/tap-mac/tuntap/src/tap/Makefile @@ -29,8 +29,8 @@ LDFLAGS = -Wall -mkernel -nostdlib -r -lcc_kext -arch i386 -arch x86_64 -Xlinker #CCP = g++ #CC = gcc -CCP = $(HOME)/Code/llvm-g++-Xcode4.6.2/bin/llvm-g++ -CC = $(HOME)/Code/llvm-g++-Xcode4.6.2/bin/llvm-gcc +CCP = ../../../../llvm-g++-Xcode4.6.2/bin/llvm-g++ +CC = ../../../../llvm-g++-Xcode4.6.2/bin/llvm-gcc all: $(KMOD_BIN) bundle |