mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
#4104 temporarily reenable PPC support for the development period
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user