Cygwin is on Windows so should be treated in the same way as noted by Matthew
Cahn.
This commit is contained in:
parent
99abfa0e4a
commit
239b5a6695
2
setup.py
2
setup.py
@ -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"),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user