Build with SDKROOT = macosx for "Debug" "DebugClang" and "Release" builds when building with Xcode.

llvm-svn: 165980
This commit is contained in:
Greg Clayton 2012-10-15 21:17:37 +00:00
parent c4c5e89152
commit 193f70427c
1 changed files with 3 additions and 3 deletions

View File

@ -4308,7 +4308,7 @@
"-flimit-debug-info",
"-Wparentheses",
);
SDKROOT = "";
SDKROOT = macosx;
STRIP_INSTALLED_PRODUCT = NO;
STRIP_STYLE = debugging;
VALID_ARCHS = "armv4t armv5 armv6 armv7 armv7s i386 ppc ppc64 ppc7400 ppc970 x86_64";
@ -4367,7 +4367,7 @@
"-flimit-debug-info",
"-Wparentheses",
);
SDKROOT = "";
SDKROOT = macosx;
STRIP_INSTALLED_PRODUCT = NO;
STRIP_STYLE = debugging;
VALID_ARCHS = "armv4t armv5 armv6 armv7 armv7s i386 ppc ppc64 ppc7400 ppc970 x86_64";
@ -5215,7 +5215,7 @@
"-flimit-debug-info",
"-Wparentheses",
);
SDKROOT = "";
SDKROOT = macosx;
STRIP_INSTALLED_PRODUCT = NO;
STRIP_STYLE = debugging;
VALID_ARCHS = "armv4t armv5 armv6 armv7 armv7s i386 ppc ppc64 ppc7400 ppc970 x86_64";