Skip to content

Commit 90170ab

Browse files
authored
Merge pull request kivy#1815 from SomberNight/enable_ipv6_python3
enable IPv6 for packaged python3
2 parents c05990c + efab1ad commit 90170ab

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)