diff options
Diffstat (limited to 'lang/python27/files/patch-Lib__distutils__unixccompiler.py')
-rw-r--r-- | lang/python27/files/patch-Lib__distutils__unixccompiler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python27/files/patch-Lib__distutils__unixccompiler.py b/lang/python27/files/patch-Lib__distutils__unixccompiler.py index f80797e98e4c..ddaa4bed2316 100644 --- a/lang/python27/files/patch-Lib__distutils__unixccompiler.py +++ b/lang/python27/files/patch-Lib__distutils__unixccompiler.py @@ -4,7 +4,7 @@ --- ./Lib/distutils/unixccompiler.py.orig 2013-11-10 07:36:40.000000000 +0000 +++ ./Lib/distutils/unixccompiler.py 2014-02-19 15:41:48.000000000 +0000 -@@ -228,6 +228,8 @@ +@@ -228,6 +228,8 @@ class UnixCCompiler(CCompiler): if sys.platform[:6] == "darwin": # MacOSX's linker doesn't understand the -R flag at all return "-L" + dir |