Added additional link arguments for Cygwin as requested by Rob Gillen.
This commit is contained in:
parent
9fe9f103d4
commit
802fa9b617
1
setup.py
1
setup.py
@ -181,6 +181,7 @@ if sys.platform == "aix4":
|
||||
extraCompileArgs.append("-qcpluscmt")
|
||||
elif sys.platform == "cygwin":
|
||||
extraCompileArgs.append("-mno-cygwin")
|
||||
extraLinkArgs.append("-Wl,--enable-runtime-pseudo-reloc")
|
||||
if "WITH_UNICODE" in os.environ or sys.version_info[0] >= 3:
|
||||
extraCompileArgs.append("-DWITH_UNICODE")
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user