]> git.saurik.com Git - cycript.git/blobdiff - Linux.mk
Found a memory management mistake (new Instance should not be transient) while workin...
[cycript.git] / Linux.mk
index 80fe9393534fc96753db53383d633ece3db3d4a2..eaaa9b04eb2756b5f9b105558526fdee586a1f69 100644 (file)
--- a/Linux.mk
+++ b/Linux.mk
@@ -1,13 +1,2 @@
-export PATH := /usr/local/bin:$(PATH)
-
-ifneq ($(shell pkg-config webkit-1.0 --modversion 2>/dev/null),)
-flags += $(shell pkg-config --cflags webkit-1.0)
-library += -lwebkit-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
+flags += -fPIC
+include WebKit.mk