8000 Fixed ndk version check when no version found · kivy/python-for-android@b4f8bdd · GitHub
[go: up one dir, main page]

Skip to content

Commit b4f8bdd

Browse files
committed
Fixed ndk version check when no version found
1 parent 6fc1303 commit b4f8bdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythonforandroid/recommendations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def read_ndk_version(ndk_dir):
5353
else:
5454
info('Could not parse $NDK_DIR/source.properties, not checking '
5555
'NDK version')
56+
return
5657

5758
# Line should have the form "Pkg.Revision = ..."
5859
ndk_version = LooseVersion(line.split('=')[-1].strip())

0 commit comments

Comments
 (0)
0