]> granicus.if.org Git - python/commit
Only hack cmd.library_dirs when running under Py_ENABLE_SHARED. Tested both
authorBarry Warsaw <barry@python.org>
Fri, 22 Oct 2010 15:31:44 +0000 (15:31 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 22 Oct 2010 15:31:44 +0000 (15:31 +0000)
commit54052c00a7d9b509fd5424389a5d3e217c276b8c
tree7efb70e1cbe9e9b7837e3585a57b771e93958d3b
parentecdead62b4d7d6870c16a95f8dfcb40cd16bf516
Only hack cmd.library_dirs when running under Py_ENABLE_SHARED.  Tested both
with and without --enable-shared on Ubuntu 10.10.  Hopefully this finally
solves bug 10126.  Will check 3.1 and py3k next.
Lib/distutils/tests/test_build_ext.py