[New-bugs-announce] [issue17219] cross add Python's library directory when building python standard extensions

Roumen Petrov report at bugs.python.org
Sun Feb 17 17:42:40 CET 2013


New submission from Roumen Petrov:

For native build distutils add current directory to library path. This is not activated in case of cross-build.

Before , as part of issue3871 and issue15483, was updated setup.py , but now I would like to propose a simple more general solution with attached patch.

----------
components: Build
files: 0001-cross-add-current-dir-in-library-path-if-building-py.patch
keywords: patch
messages: 182278
nosy: doko, rpetrov
priority: normal
severity: normal
status: open
title: cross add Python's library directory when building python standard extensions
versions: Python 3.4
Added file: http://bugs.python.org/file29104/0001-cross-add-current-dir-in-library-path-if-building-py.patch

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


More information about the New-bugs-announce mailing list