NDK detection bug fix.
This commit is contained in:
parent
556e6c1475
commit
ada27b54eb
@ -71,7 +71,7 @@ if (not ANDROID_NDK_PATH):
|
||||
while(not tmp):
|
||||
tmp = str.strip(pipe.readline(), "\n")
|
||||
pipe.close()
|
||||
ANDROID_NDK_PATH = tmp
|
||||
ANDROID_NDK_PATH = os.path.split(tmp)[0]
|
||||
print("Using Android NDK from PATH (\"%s\")" % ANDROID_NDK_PATH)
|
||||
|
||||
print("Using Android SDK from \"%s\"" % ANDROID_SDK_PATH)
|
||||
|
Loading…
x
Reference in New Issue
Block a user