Skip to content

Commit

Permalink
Update to libffi-3.4.4-2 (fixes ctypes long-double tests on x86_64)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsmith committed Mar 21, 2024
1 parent 0eb9573 commit 143cc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android/android.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def make_build_python(context):

def unpack_deps(host):
deps_url = "https://github.com/beeware/cpython-android-source-deps/releases/download"
for name_ver in ["bzip2-1.0.8-1", "libffi-3.4.4-1", "openssl-3.0.13-1",
for name_ver in ["bzip2-1.0.8-1", "libffi-3.4.4-2", "openssl-3.0.13-1",
"sqlite-3.45.1-0", "xz-5.4.6-0"]:
filename = f"{name_ver}-{host}.tar.gz"
run(["wget", f"{deps_url}/{name_ver}/{filename}"])
Expand Down

0 comments on commit 143cc92

Please sign in to comment.