From: Jay Freeman (saurik) Date: Sun, 27 Feb 2011 06:28:59 +0000 (-0800) Subject: Use the latest available SDK: I now trust that they work. X-Git-Tag: v1.1.0%b1~144 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/ea9587160a42c7b6f91ecdb313be1012568a9489 Use the latest available SDK: I now trust that they work. --- diff --git a/makefile b/makefile index fbd040c4..eae4fd3a 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,7 @@ sdks := /Developer/Platforms/iPhoneOS.platform/Developer/SDKs +ioss := $(sort $(patsubst $(sdks)/iPhoneOS%.sdk,%,$(wildcard $(sdks)/iPhoneOS*.sdk))) -ios := 4.0 +ios := $(word $(words $(ioss)),$(ioss)) gcc := 4.2 flags :=