avoid having macosx set as the basesdk, thanks xcode

This commit is contained in:
Billy Gray 2011-09-14 12:34:28 -04:00
parent 22e0566bd6
commit 36bb995e4e

View File

@ -245,7 +245,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
ONLY_ACTIVE_ARCH = YES;
PREBINDING = NO;
SDKROOT = macosx;
SDKROOT = "$(PLATFORM_NAME)";
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
};
@ -267,7 +267,7 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
PREBINDING = NO;
SDKROOT = macosx;
SDKROOT = "$(PLATFORM_NAME)";
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
};