-
-
Notifications
You must be signed in to change notification settings - Fork 5
Only install libzstd.a so that it is statically linked during CPython #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This does not produce a usable package, because it has no header files:
It may also be necessary to do something to make sure the static library is built with Before submitting this for review again, I recommend you temporarily edit cpython/Android/android.sh to use your locally-built zstd package in the context of a CPython build. Since the |
Just needed to add zstd builds with Full log of test_zstd test_shutil test_zipfile (all zstd-related tests)
|
PR Checklist: