]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make setup.py work when building in a directory other than the
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Thu, 5 Feb 2009 16:35:45 +0000 (16:35 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Thu, 5 Feb 2009 16:35:45 +0000 (16:35 +0000)
commit014bf28ef109302a4254bfd10f25f4526aa0617d
tree6cf082d8a35f24fcdab3ad5bf76dc0a7251c5a96
parentc03a2881813f1f72c4e1dd7e81d0abe68084adb7
Make setup.py work when building in a directory other than the
source directory.  Mainly, use 'srcdir' rather than os.getcwd() or
'.'.
setup.py