You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.
The problem was some `CFLAGS` were missing, most likely `-march=armv7-a`.
The error was:
```
In file included from ~/.buildozer/crystax-ndk/sources/python/3.6/include/python/Python.h:8:0,
from build/temp.linux-x86_64-3.6/_libsecp256k1.c:2:
~/.buildozer/crystax-ndk/sources/python/3.6/include/python/pyconfig.h:2:30:
fatal error: pyconfig_armeabi.h: No such file or directory
```
This is a follow up from #70. The idea is to make the APK compilation work on Ubuntu 18.04 Bionic.
The text was updated successfully, but these errors were encountered: