From edf5b6dd9aebf30455436b4d1570a644a85cead8 Mon Sep 17 00:00:00 2001 From: Anthony Tuininga Date: Thu, 28 Aug 2008 13:49:10 +0000 Subject: [PATCH] No need to reset the extraLinkArgs and doing so prevents simple modification where desired as expressed by Christian Zagrodnick. --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index e71166a..845b389 100644 --- a/setup.py +++ b/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