diff -r 0a26ef834a49 Lib/sysconfig.py --- a/Lib/sysconfig.py Sat Oct 19 14:24:44 2013 +0200 +++ b/Lib/sysconfig.py Sat Oct 19 11:46:10 2013 -0700 @@ -368,7 +368,7 @@ # -- these paths are relative to the Python source, but when installed # the scripts are in another directory. if _PYTHON_BUILD: - vars['LDSHARED'] = vars['BLDSHARED'] + vars['BLDSHARED'] = vars['LDSHARED'] # There's a chicken-and-egg situation on OS X with regards to the # _sysconfigdata module after the changes introduced by #15298: