Skip to content
Commit a0a8f0ac authored by Tuomas Tynkkynen's avatar Tuomas Tynkkynen
Browse files

python2: Use system libffi on Aarch64

libffi needs a patch to actually work on aarch64 (or the cffi Python package
fails its testsuite). Of course the bundled version of libffi has the
same bug, so don't use the buggy version on aarch64.

Python3 already uses the system libffi on all platforms. I don't know
why Python2 doesn't.
parent 65445212
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment