]> git.saurik.com Git - cycript.git/blobdiff - WebKit.mk
Remove obsolete build environment.
[cycript.git] / WebKit.mk
diff --git a/WebKit.mk b/WebKit.mk
deleted file mode 100644 (file)
index 368bbcc..0000000
--- a/WebKit.mk
+++ /dev/null
@@ -1,11 +0,0 @@
-ifneq ($(shell pkg-config webkit-1.0 --modversion 2>/dev/null),)
-flags += $(shell pkg-config --cflags webkit-1.0)
-library += $(shell pkg-config --libs webkit-1.0)
-include Execute.mk
-else
-ifneq ($(shell pkg-config WebKitGtk --modversion 2>/dev/null),)
-flags += $(shell pkg-config --cflags WebKitGtk)
-library += $(shell pkg-config --libs WebKitGtk)
-include Execute.mk
-endif
-endif