]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/objc-category-optimize/Makefile
ld64-236.3.tar.gz
[apple/ld64.git] / unit-tests / test-cases / objc-category-optimize / Makefile
index c395988affbf667939f4e86105e9e612d9a42505..de4ea0cc1293e72d452ed7451193133367e835a3 100644 (file)
@@ -29,7 +29,7 @@ include ${TESTROOT}/include/common.makefile
 OPTIONS = 
 
 ifeq ($(ARCH),i386)
-       OPTIONS = -fobjc-abi-version=2 -Wl,-objc_abi_version,2 -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk -fobjc-legacy-dispatch
+       OPTIONS = -mios-simulator-version-min=6.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/
 endif
 
 ifeq ($(ARCH),arm)