[issue28046] Remove the concept of platform-specific directories

Chi Hsuan Yen report at bugs.python.org
Sat Sep 10 04:19:40 EDT 2016


Chi Hsuan Yen added the comment:

Got it. When calling `python -m sysconfig --generate-posix-vars`, the host (Linux x86_64) Python is used, so _get_sysconfigdata_name() returns the name for Linux instead of for Android. Maybe _get_sysconfigdata_name() should check whether it's used for cross-compiling or not.

----------

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


More information about the Python-bugs-list mailing list