- New naming scheme for mac binaries.
This commit is contained in:
parent
3aaffd3110
commit
c3f1d9661a
@ -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'):
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user