]> git.saurik.com Git - cycript.git/blobdiff - makefile
Finally got this damned thing actually executing JavaScript on Linux.
[cycript.git] / makefile
index 1ca46938349f930994fed0863487f678175e496c..18cea089b773917f2b169354a658758961edc79b 100644 (file)
--- 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