Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
Closed
Description
Feature or enhancement
As seen onthe buildbot, it's currently being omitted:
checking for libzstd >= 1.4.5... no
In the current build system, this will require the following:
- Add a libzstd release inhttps://github.com/beeware/cpython-android-source-deps.
- Update android.py to download it before running
configure
.
Related: