X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/65cf734f56bb94c76facc4b74aa16245e209d1f2..9814ec39ae60db89cf3f65487e71a48c55bbfa3c:/makefile diff --git a/makefile b/makefile index 69ec15e..4240e51 100644 --- a/makefile +++ b/makefile @@ -35,7 +35,7 @@ filters := C #E4X ldid := true entitle := $(ldid) dll := so -apr := $(shell apr-1-config --link-ld) +apr := -lapr-1 library := $(apr) -lffi -lsqlite3 console := $(apr) -lreadline depends := @@ -49,7 +49,7 @@ uname_p ?= $(shell uname -p) ifeq ($(filter ObjectiveC,$(filters)),) ifneq ($(shell which gnustep-config 2>/dev/null),) -#include GNUstep.mk +include GNUstep.mk endif endif