]> git.saurik.com Git - cydia.git/blobdiff - makefile
Update copyright notices to include the year 2013.
[cydia.git] / makefile
index 051973977bd0c881d594a00854b26dbef520922c..bcd811c555bd03d48e91e0feb66824ed739559cc 100644 (file)
--- a/makefile
+++ b/makefile
@@ -3,6 +3,9 @@ sdks := $(dev)/SDKs
 ioss := $(sort $(patsubst $(sdks)/iPhoneOS%.sdk,%,$(wildcard $(sdks)/iPhoneOS*.sdk)))
 ios := $(word $(words $(ioss)),$(ioss))
 
+# XXX: as of iOS 6.x armv6 is not supported :(
+ios := 5.1
+
 # if you can tolerate clang, set this to blank
 gcc := 4.2
 
@@ -59,7 +62,6 @@ libs += -framework CoreGraphics
 libs += -framework Foundation
 libs += -framework GraphicsServices
 libs += -framework IOKit
-libs += -framework JavaScriptCore
 libs += -framework QuartzCore
 libs += -framework SpringBoardServices
 libs += -framework SystemConfiguration