We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c05990c commit efab1adCopy full SHA for efab1ad
pythonforandroid/recipes/python3/__init__.py
@@ -34,7 +34,7 @@ class Python3Recipe(GuestPythonRecipe):
34
'--host={android_host}',
35
'--build={android_build}',
36
'--enable-shared',
37
- '--disable-ipv6',
+ '--enable-ipv6',
38
'ac_cv_file__dev_ptmx=yes',
39
'ac_cv_file__dev_ptc=no',
40
'--without-ensurepip',
0 commit comments