]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/objc-category-warning/Makefile
ld64-236.3.tar.gz
[apple/ld64.git] / unit-tests / test-cases / objc-category-warning / Makefile
index 5481ba0957ddeacff0748f03f16c9759479615ad..31d841b40fb0d0eb471d606ffe68a6400e3e9580 100644 (file)
@@ -30,7 +30,7 @@ SHELL = bash # use bash shell so we can redirect just stderr
 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
 
 all:   all-${FILEARCH}