Update XCode SDK search paths
authorJohn Koleszar <jkoleszar@google.com>
Tue, 21 Feb 2012 22:41:39 +0000 (14:41 -0800)
committerJohann <johannkoenig@google.com>
Fri, 16 Mar 2012 18:38:51 +0000 (14:38 -0400)
commita05bf133aef384c3d129f73edc04f810caaa8a15
tree2ed67118b36b1fc140767bf617b0170aa9e049c5
parente68953b7c82396c5018d8d65b116a17050094151
Update XCode SDK search paths

Newer XCodes have moved the SDK path from /Developer/SDKs

Use a suggestion from jorgenisaksson@gmail.com to locate it

osx_sdk_dir is not required to be set. Apple now offers a set
command line tools which do not require this. isysroot is also
not required in newer versions of XCode so only set it when we
are confident in the location.

There remain issues with the iOS configure steps which will be
addressed later

Change-Id: I4f5d7e35175d0dea84faaa6bfb52a0153c72f84b
build/make/configure.sh