Message341014
| Author | xdegaye |
|---|
| Recipients | barry, dstufft, eric.araujo, lemburg, loewis, ncoghlan, piotr.dobrogost, pitrou, vstinner, xdegaye |
|---|
| Date | 2019-04-27.20:48:12 |
|---|
| SpamBayes Score | -1.0 |
|---|
| Marked as misclassified | Yes |
|---|
| Message-id | <1556398092.86.0.000439738800525.issue21536@roundup.psfhosted.org> |
|---|
| In-reply-to | |
|---|
| Content |
|---|
PR 12989 fixes the Android issue and has been checked on the Android emulator at API 24.Python is cross-compiled with '--enable-shared' and the python-config scripts give the expected result:generic_x86_64:/data/local/tmp/python/bin $ python -c "from sysconfig import get_config_var; print(get_config_var('Py_ENABLE_SHARED'))" 1generic_x86_64:/data/local/tmp/python/bin $ sh python-config --libs -lpython3.8d -ldl -lm -lm generic_x86_64:/data/local/tmp/python/bin $ python python-config.py --libs -lpython3.8d -ldl -lm -lm |
|