diff --git a/setup.py b/setup.py index 57c6f6edb..c14e9a9fa 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ if platform.machine() == "i386" or platform.machine() == "i686": elif platform.machine() == "x86_64" or platform.machine() == "amd64": print "64bit x86_64 system detected" ARCH = "x64" -elif platform.machine() == "ppc": +elif platform.machine() == "Power Macintosh": print "PowerPC system detected" ARCH = "ppc" else: