remove "ppc64" from Valid Architectures

This commit is contained in:
Mitchell Livingston 2009-07-14 04:29:25 +00:00
parent 660a747b89
commit 1b03a3cab9
1 changed files with 3 additions and 0 deletions

View File

@ -2367,6 +2367,7 @@
PRELINK_LIBS = "";
SDKROOT = macosx10.5;
STRIP_INSTALLED_PRODUCT = NO;
VALID_ARCHS = "i386 ppc ppc7400 ppc970 x86_64";
};
name = Debug;
};
@ -2503,6 +2504,7 @@
OTHER_LDFLAGS = "";
PREBINDING = NO;
SDKROOT = macosx10.5;
VALID_ARCHS = "i386 ppc ppc7400 ppc970 x86_64";
};
name = Release;
};
@ -2593,6 +2595,7 @@
PREBINDING = NO;
SDKROOT = macosx10.5;
STRIP_INSTALLED_PRODUCT = NO;
VALID_ARCHS = "i386 ppc ppc7400 ppc970 x86_64";
};
name = "Release - Debug";
};