cpython icon indicating copy to clipboard operation
cpython copied to clipboard

Support zstd on Android

Open mhsmith opened this issue 7 months ago • 0 comments

Feature or enhancement

As see on the 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 in https://github.com/beeware/cpython-android-source-deps.
  • Update android.py to download it before running configure.

Related:

  • https://github.com/beeware/cpython-apple-source-deps/issues/60

mhsmith avatar Jun 23 '25 11:06 mhsmith