From ea9587160a42c7b6f91ecdb313be1012568a9489 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sat, 26 Feb 2011 22:28:59 -0800 Subject: [PATCH] Use the latest available SDK: I now trust that they work. --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 := -- 2.45.2