mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
fix str.zig finding
This commit is contained in:
parent
e4d8c1e88e
commit
4fc2d808f3
2 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ pub fn link(
|
|||
}
|
||||
|
||||
fn find_zig_str_path() -> PathBuf {
|
||||
let zig_str_path = PathBuf::from("compiler/builtins/bitcode/src/str.zig");
|
||||
let zig_str_path = PathBuf::from("crates/compiler/builtins/bitcode/src/str.zig");
|
||||
|
||||
if std::path::Path::exists(&zig_str_path) {
|
||||
return zig_str_path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue