diff --git a/gui/Scyther/Scyther.py b/gui/Scyther/Scyther.py index 523ac72..80436da 100755 --- a/gui/Scyther/Scyther.py +++ b/gui/Scyther/Scyther.py @@ -92,9 +92,7 @@ def getScytherBackend(): elif "darwin" in sys.platform: """ OS X """ - # Preferably, we test for architecture (PPC/Intel) until we - # know how to build a universal binary - scythername = "scyther-osx" + scythername = "scyther-mac" elif sys.platform.startswith('win'):