[issue27101] Compilation of python (modules) for foreign target platform problem.

Petr Ovtchenkov report at bugs.python.org
Mon Jun 6 03:32:30 EDT 2016


Petr Ovtchenkov added the comment:

Matthias,

This question is really for you:

fc1903166 (doko                    2012-09-21 13:52:29 +0200  422)         if multiarch_path_component != '':
fc1903166 (doko                    2012-09-21 13:52:29 +0200  423)             add_dir_to_list(self.compiler.library_dirs,
fc1903166 (doko                    2012-09-21 13:52:29 +0200  424)                             '/usr/lib/' + multiarch_path_component)
fc1903166 (doko                    2012-09-21 13:52:29 +0200  425)             add_dir_to_list(self.compiler.include_dirs,
fc1903166 (doko                    2012-09-21 13:52:29 +0200  426)                             '/usr/include/' + multiarch_path_component)
fc1903166 (doko                    2012-09-21 13:52:29 +0200  427)             return

----------

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


More information about the Python-bugs-list mailing list