Merge branch 'trunk' into integrate-linker

This commit is contained in:
Folkert de Vries 2021-09-20 22:51:24 +02:00 committed by GitHub
commit e1bdb953bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 131 additions and 4 deletions

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 {