]> git.saurik.com Git - cycript.git/blobdiff - FreeBSD.mk
Actually committing the file that fixed the int to size_t for the lexer warning.
[cycript.git] / FreeBSD.mk
index 6b4feee3871f3f15046beec6286921830c365c45..35ab90be2406ff1ec07eb9dc7d77b50ceb968dc3 100644 (file)
@@ -1,4 +1,4 @@
-export PATH := /usr/local/bin:$(PATH)
-flags += -DCY_EXECUTE
-flags += -I/usr/local/include -I/usr/local/include/webkit-1.0
-library += -lwebkit-1.0
+export PATH := /usr/local/bin:/usr/local/GNUstep/System/Tools:$(PATH)
+gcc := g++42
+flags += -fPIC
+include WebKit.mk