[issue4151] Separate build dir broken

Roumen Petrov report at bugs.python.org
Mon Feb 16 20:53:24 CET 2009


Roumen Petrov <bugtrack at roumenpetrov.info> added the comment:

One additional commit change  srcdir = os.path.normpath(srcdir) to
srcdir = os.path.abspath(srcdir) and this should not create relative
path. In this case I expect build in directory
build/temp.<PLATFORM_VERSION>/<ABS_SRC_PATH>.

Andi, did above change work for you.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4151>
_______________________________________


More information about the Python-bugs-list mailing list