1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-04 02:28:03 +00:00

#4104 temporarily reenable PPC support for the development period

This commit is contained in:
Mitchell Livingston 2011-03-12 03:46:55 +00:00
parent d0aafd1352
commit 93b72674ac

View file

@ -2751,9 +2751,9 @@
);
MACOSX_DEPLOYMENT_TARGET = 10.5;
ONLY_ACTIVE_ARCH = YES;
RUN_CLANG_STATIC_ANALYZER = NO;
SDKROOT = macosx10.6;
STRIP_INSTALLED_PRODUCT = NO;
VALID_ARCHS = "i386 x86_64 pc ppc7400 ppc970";
};
name = Debug;
};
@ -2880,8 +2880,8 @@
);
MACOSX_DEPLOYMENT_TARGET = 10.5;
OTHER_CFLAGS = "-DNDEBUG";
RUN_CLANG_STATIC_ANALYZER = NO;
SDKROOT = macosx10.6;
VALID_ARCHS = "i386 x86_64 pc ppc7400 ppc970";
};
name = Release;
};
@ -2945,9 +2945,9 @@
"third-party/openssl/lib",
);
MACOSX_DEPLOYMENT_TARGET = 10.5;
RUN_CLANG_STATIC_ANALYZER = NO;
SDKROOT = macosx10.6;
STRIP_INSTALLED_PRODUCT = NO;
VALID_ARCHS = "i386 x86_64 pc ppc7400 ppc970";
};
name = "Release - Debug";
};