Improve cannot find str.zig error

This commit is contained in:
Anton-4 2021-09-20 09:11:31 +02:00 committed by GitHub
parent 33dc8be6b0
commit b0f590f09e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ fn find_zig_str_path() -> PathBuf {
return zig_str_path;
}
panic!("cannot find `str.zig`")
panic!("cannot find `str.zig`. Launch me from either the root of the roc repo or one level down(roc/examples, roc/cli...)")
}
fn find_wasi_libc_path() -> PathBuf {