]> granicus.if.org Git - python/commit
Put /usr/local paths after the relative paths in library_dirs and
authorBarry Warsaw <barry@python.org>
Wed, 24 Nov 2010 20:30:00 +0000 (20:30 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 24 Nov 2010 20:30:00 +0000 (20:30 +0000)
commit807bd0a8a47191f7aa25cd9d5619bbc46a3f2a2a
tree148ed83bbd11d82bc3b895c857e3f643775b6f3c
parent1b9df3962088142300728724c485425a93eb5f2a
Put /usr/local paths after the relative paths in library_dirs and
include_dirs, so installed non-matching shared libraries don't break extension
module linking.  Fixes issue 10520.
setup.py