Cygwin is on Windows so should be treated in the same way as noted by Matthew

Cahn.
This commit is contained in:
Anthony Tuininga 2008-04-09 04:47:19 +00:00
parent 99abfa0e4a
commit 239b5a6695

View File

@ -137,7 +137,7 @@ class Distribution(distutils.dist.Distribution):
def __init__(self, attrs):
global oracleHome
distutils.dist.Distribution.__init__(self, attrs)
if sys.platform == "win32":
if sys.platform in ("win32", "cygwin"):
subDir = "bin"
filesToCheck = [
("11g", "oraocci11.dll"),