- Uncommented previously commented code.
This commit is contained in:
parent
55a5acc0eb
commit
f3f6e56feb
@ -89,12 +89,12 @@ def getScytherBackend():
|
|||||||
""" linux """
|
""" linux """
|
||||||
scythername = "scyther-linux"
|
scythername = "scyther-linux"
|
||||||
|
|
||||||
# elif "darwin" in sys.platform:
|
elif "darwin" in sys.platform:
|
||||||
|
|
||||||
# """ OS X """
|
""" OS X """
|
||||||
# # Preferably, we test for architecture (PPC/Intel) until we
|
# Preferably, we test for architecture (PPC/Intel) until we
|
||||||
# # know how to build a universal binary
|
# know how to build a universal binary
|
||||||
# scythername = "scyther-osx"
|
scythername = "scyther-osx"
|
||||||
|
|
||||||
elif sys.platform.startswith('win'):
|
elif sys.platform.startswith('win'):
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user