We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca492a commit 0e87b99Copy full SHA for 0e87b99
pythonforandroid/archs.py
@@ -264,6 +264,7 @@ class Archx86(Arch):
264
'-mssse3',
265
'-mfpmath=sse',
266
'-m32',
267
+ '-fPIC',
268
]
269
270
pythonforandroid/recipes/libffi/__init__.py
@@ -14,7 +14,7 @@ class LibffiRecipe(Recipe):
14
- `libltdl-dev` which defines the `LT_SYS_SYMBOL_USCORE` macro
15
"""
16
name = 'libffi'
17
- version = 'v3.3'
+ version = 'v3.4.2'
18
url = 'https://github.com/libffi/libffi/archive/{version}.tar.gz'
19
20
patches = ['remove-version-info.patch']
0 commit comments