Skip to content

Commit 285c0a8

Browse files
fixed issue
1 parent a870db2 commit 285c0a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pythonforandroid/recipes/python3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ def add_flags(include_flags, link_dirs, link_libs):
317317

318318
_p_version = Version(self.version)
319319
if _p_version.minor >= 11:
320-
configure_args.extend([
320+
self.configure_args.extend([
321321
'--with-build-python={python_host_bin}',
322322
])
323323

0 commit comments

Comments
 (0)