From 137a93231d625f09035aaac304fd8e46f559b6d6 Mon Sep 17 00:00:00 2001 From: Alex Bates Date: Sat, 6 Feb 2021 16:15:22 +0000 Subject: [PATCH] prompt re-dump --- configure.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configure.py b/configure.py index ed7e1d3ed7..c3eed55176 100755 --- a/configure.py +++ b/configure.py @@ -144,7 +144,10 @@ def find_asset_dir(path): if os.path.exists(d + "/" + path): return d - print("unable to find asset: " + path) + print("Unable to find asset: " + path) + print("The asset dump may be incomplete. Run") + print(" rm .splat_cache") + print("And then run ./configure.py again.") exit(1) def find_asset(path):