- New naming scheme for mac binaries.

This commit is contained in:
ccremers 2007-01-09 14:37:17 +00:00
parent 3aaffd3110
commit c3f1d9661a

View File

@ -92,9 +92,7 @@ def getScytherBackend():
elif "darwin" in sys.platform: elif "darwin" in sys.platform:
""" OS X """ """ OS X """
# Preferably, we test for architecture (PPC/Intel) until we scythername = "scyther-mac"
# know how to build a universal binary
scythername = "scyther-osx"
elif sys.platform.startswith('win'): elif sys.platform.startswith('win'):