mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
Improve cannot find str.zig error
This commit is contained in:
parent
33dc8be6b0
commit
b0f590f09e
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue