]> git.saurik.com Git - apple/dyld.git/blobdiff - unit-tests/include/common.makefile
dyld-353.2.1.tar.gz
[apple/dyld.git] / unit-tests / include / common.makefile
index 36b4ed92dcbc55f24acf0ed42d27e8ebe748eb47..40cfde7bdb6fe64594949a7a4975f4f8632fe78a 100644 (file)
@@ -24,7 +24,7 @@ IOSROOT       =
 
 ifeq "$(OS_NAME)" "iPhoneOS"
        #IOSROOT                = $(shell xcodebuild -version -sdk iphoneos.internal Path)
-       IOSROOT         = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.Internal.sdk
+       IOSROOT         = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.Internal.sdk
        CC                      = $(shell xcrun -sdk iphoneos.internal -find cc)  -arch ${ARCH} -miphoneos-version-min=$(OS_VERSION) -isysroot $(IOSROOT)
        CXX                     = $(shell xcrun -sdk iphoneos.internal -find c++) -arch ${ARCH} -miphoneos-version-min=$(OS_VERSION) -isysroot $(IOSROOT)
        LIPO            = $(shell xcrun -sdk iphoneos.internal -find lipo)