Message275599
| Author |
yan12125 |
| Recipients |
Alex.Willmer, doko, ned.deily, python-dev, vstinner, xdegaye, yan12125, zach.ware |
| Date |
2016年09月10日.08:19:40 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1473495580.99.0.947169063268.issue28046@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
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. |
|