diff --git a/build.py b/build.py index 9987fe8..8ff517d 100755 --- a/build.py +++ b/build.py @@ -30,7 +30,7 @@ def get_python(): python_dir = hb_main.search(python_base_dir, 'python3') return os.path.join(python_dir, 'python3') else: - print("please execute preload_download.sh") + print("please execute build/prebuilts_download.sh") sys.exit()