No need to reset the extraLinkArgs and doing so prevents simple modification

where desired as expressed by Christian Zagrodnick.
This commit is contained in:
Anthony Tuininga 2008-08-28 13:49:10 +00:00
parent 659da4554c
commit edf5b6dd9a
1 changed files with 0 additions and 2 deletions

View File

@ -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