Added cygwin detection

This commit is contained in:
pombredanne
2013-01-02 22:06:50 +01:00
parent 774a848966
commit 350be1288e
+1 -1
View File
@@ -75,7 +75,7 @@ linux = ('linux' in str(sys.platform).lower())
osx = ('darwin' in str(sys.platform).lower())
hpux = ('hpux' in str(sys.platform).lower()) # Complete guess.
solaris = ('sunos' in str(sys.platform).lower())
cygwin = ('cygwin' in str(sys.platform).lower())
# ---------
# Bitness