No need to reset the extraLinkArgs and doing so prevents simple modification
where desired as expressed by Christian Zagrodnick.
This commit is contained in:
parent
659da4554c
commit
edf5b6dd9a
2
setup.py
2
setup.py
|
@ -130,8 +130,6 @@ if sys.platform == "aix4":
|
|||
extraCompileArgs.append("-qcpluscmt")
|
||||
elif sys.platform == "cygwin":
|
||||
extraCompileArgs.append("-mno-cygwin")
|
||||
elif sys.platform == "darwin":
|
||||
extraLinkArgs = None
|
||||
|
||||
# force the inclusion of an RPATH linker directive if desired; this will
|
||||
# eliminate the need for setting LD_LIBRARY_PATH but it also means that this
|
||||
|
|
Loading…
Reference in New Issue