From c3f1d9661aa335010afacfcd958efd39b67fed6f Mon Sep 17 00:00:00 2001 From: ccremers Date: Tue, 9 Jan 2007 14:37:17 +0000 Subject: [PATCH] - New naming scheme for mac binaries. --- gui/Scyther/Scyther.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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'):