Skip to content

Commit 46d6e77

Browse files
Update tests/lang_tests_common.rs test
1 parent 436fea8 commit 46d6e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lang_tests_common.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pub fn main_inner(profile: Profile) {
2828
} else {
2929
// then we try to retrieve it from the `target` folder.
3030
let commit = include_str!("../libgccjit.version").trim();
31-
Path::new("target/libgccjit").join(commit)
31+
Path::new("build/libgccjit").join(commit)
3232
};
3333

3434
let gcc_path = Path::new(&gcc_path)

0 commit comments

Comments
 (0)