summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2012-06-09 23:03:27 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2012-06-09 23:05:59 +0100
commit41cbbea8fe0aa56dc33027ba24249f69d831fe03 (patch)
tree3b5afcfdbc7cfa61bfc22b5d63c8516fa2058be4 /examples
parent5c0fd7b976b8fb1271dbe61b9ea456672ab5b370 (diff)
downloadlibgit2-41cbbea8fe0aa56dc33027ba24249f69d831fe03.tar.gz
Let platform 'Generic' get the regex deps so we don't need to use our external ones
Diffstat (limited to 'examples')
-rw-r--r--examples/network/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/network/Makefile b/examples/network/Makefile
index 0cffe855b..708a6b1b3 100644
--- a/examples/network/Makefile
+++ b/examples/network/Makefile
@@ -1,9 +1,9 @@
default: all
-CC = ppc-amigaos-gcc
+CC = gcc
CFLAGS += -g
CFLAGS += -I../../include -L../../build
-LIBS += -lgit2 -lpthread -lregex
+LIBS += -lgit2 -lpthread #-lregex
OBJECTS = \
git2.o \