mirror of
https://github.com/transmission/transmission
synced 2025-02-07 06:54:40 +00:00
#4104 Drop Mac PPC support
This commit is contained in:
parent
9c3d12dae2
commit
64b2cd64fa
1 changed files with 0 additions and 3 deletions
|
@ -2755,7 +2755,6 @@
|
|||
ONLY_ACTIVE_ARCH = YES;
|
||||
SDKROOT = macosx10.6;
|
||||
STRIP_INSTALLED_PRODUCT = NO;
|
||||
VALID_ARCHS = "i386 x86_64 ppc ppc7400 ppc970";
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
|
@ -2883,7 +2882,6 @@
|
|||
MACOSX_DEPLOYMENT_TARGET = 10.5;
|
||||
OTHER_CFLAGS = "-DNDEBUG";
|
||||
SDKROOT = macosx10.6;
|
||||
VALID_ARCHS = "i386 x86_64 ppc ppc7400 ppc970";
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
|
@ -2949,7 +2947,6 @@
|
|||
MACOSX_DEPLOYMENT_TARGET = 10.5;
|
||||
SDKROOT = macosx10.6;
|
||||
STRIP_INSTALLED_PRODUCT = NO;
|
||||
VALID_ARCHS = "i386 x86_64 ppc ppc7400 ppc970";
|
||||
};
|
||||
name = "Release - Debug";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue