We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fc1303 commit b4f8bddCopy full SHA for b4f8bdd
1 file changed
pythonforandroid/recommendations.py
@@ -53,6 +53,7 @@ def read_ndk_version(ndk_dir):
53
else:
54
info('Could not parse $NDK_DIR/source.properties, not checking '
55
'NDK version')
56
+ return
57
58
# Line should have the form "Pkg.Revision = ..."
59
ndk_version = LooseVersion(line.split('=')[-1].strip())
0 commit comments