]> 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 17:17:51 +0000 (17:17 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 22 Oct 2010 17:17:51 +0000 (17:17 +0000)
commit4ebfdf01bb128005842be322fc89457d527ff000
treefdd66b085dc1768e51468fad21fde0f88647ea31
parent9a8439d3e96fc4779d40628b2d286824de43aa89
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 next.
Lib/distutils/tests/test_build_ext.py