X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/37954781d9756ece500551055562183a1e28e943..2892653821db515977146a160552209d7cd3cb6c:/makefile?ds=sidebyside diff --git a/makefile b/makefile index 1ca4693..18cea08 100644 --- a/makefile +++ b/makefile @@ -30,7 +30,7 @@ filters := C #E4X ldid := true dll := so apr := $(shell apr-1-config --link-ld) -library := $(apr) -lffi -liconv -lsqlite3 +library := $(apr) -lffi -lsqlite3 console := $(apr) -lreadline depends := @@ -41,7 +41,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