diff --git a/android/build.py b/android/build.py index dd5bb2f5b..07e7d1ac3 100755 --- a/android/build.py +++ b/android/build.py @@ -13,7 +13,7 @@ android_abi = sys.argv[3] configure_args = sys.argv[4:] if not os.path.isfile(os.path.join(sdk_path, 'tools', 'android')): - print("SDK not found in", ndk_path, file=sys.stderr) + print("SDK not found in", sdk_path, file=sys.stderr) sys.exit(1) if not os.path.isdir(ndk_path):