X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/9cad30fab188a57c3db8df0912a1691099468e64..15024d7e7c224d837592094932a2da18d17ee015:/Linux.mk?ds=sidebyside diff --git a/Linux.mk b/Linux.mk index 80fe939..eaaa9b0 100644 --- 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