We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c19a55c commit 95b3247Copy full SHA for 95b3247
1 file changed
pythonforandroid/distribution.py
@@ -95,7 +95,7 @@ def get_distribution(cls, ctx, name=None, recipes=[],
95
# 1) Check if any existing dists meet the requirements
96
_possible_dists = []
97
for dist in possible_dists:
98
- if (
+ if (
99
ndk_api is not None and dist.ndk_api != ndk_api
100
) or dist.ndk_api is None:
101
continue
0 commit comments