Skip to content

Commit c787f27

Browse files
Fixed Python version support.
Remove conditional build argument for Python version >= 11
1 parent bf4737a commit c787f27

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

pythonforandroid/recipes/python3/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,6 @@ class Python3Recipe(TargetPythonRecipe):
9393
'ac_cv_header_bzlib_h=no',
9494
]
9595

96-
if _p_version.minor >= 11:
97-
configure_args.extend([
98-
'--with-build-python={python_host_bin}',
99-
])
100-
10196
'''The configure arguments needed to build the python recipe. Those are
10297
used in method :meth:`build_arch` (if not overwritten like python3's
10398
recipe does).

0 commit comments

Comments
 (0)