Skip to content

Commit

Permalink
Mac build changed after SDK 10.12 - issue #58
Browse files Browse the repository at this point in the history
  • Loading branch information
gjedeer committed Aug 12, 2020
1 parent b626f19 commit 584488c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Makefile.mac
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@ INCLUDES = $(wildcard *.h)

all: cscope.out tuntox

tox_bootstrap.h:
python generate_tox_bootstrap.py

gitversion.h: .git/HEAD .git/index
echo "#define GITVERSION \"$(shell git rev-parse HEAD)\"" > $@

gitversion.c: gitversion.h

.c.o: $(INCLUDES)
#.c.o: $(INCLUDES)
%.o: %.c $(INCLUDES) gitversion.h tox_bootstrap.h
$(CC) $(CFLAGS) $< -c -o $@

tuntox: $(OBJECTS) $(INCLUDES)
Expand Down
2 changes: 1 addition & 1 deletion VPN.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ On the client:
64 bytes from 10.20.30.41: icmp_seq=4 ttl=64 time=151 ms
64 bytes from 10.20.30.41: icmp_seq=5 ttl=64 time=50.3 ms

Based on [Ben Martin's article](https://www.linux.com/news/software/developer/17942-socat-the-general-bidirectional-pipe-handler)
Based on [Ben Martin's article](https://web.archive.org/web/20160102211752/http://www.linux.com/news/software/developer/17942-socat-the-general-bidirectional-pipe-handler)

I've also heard about a new program called [ToxVPN](https://github.com/cleverca22/toxvpn), who knows - maybe it does a better job? And more recently someone created [toxtun](http://toxtun.jschwab.org/), slowclap.gif for the creative choice of name.

0 comments on commit 584488c

Please sign in to comment.