8000 enable IPv6 · matrix-io/python-for-android@efab1ad · GitHub
[go: up one dir, main page]

Skip to content

Commit efab1ad

Browse files
committed
enable IPv6
1 parent c05990c commit efab1ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/python3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Python3Recipe(GuestPythonRecipe):
3434
'--host={android_host}',
3535
'--build={android_build}',
3636
'--enable-shared',
37-
'--disable-ipv6',
37+
'--enable-ipv6',
3838
'ac_cv_file__dev_ptmx=yes',
3939
'ac_cv_file__dev_ptc=no',
4040
'--without-ensurepip',

0 commit comments

Comments
 (0)
0