We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tests/lang_tests_common.rs
1 parent 19682c8 commit 2d8d32cCopy full SHA for 2d8d32c
tests/lang_tests_common.rs
@@ -28,7 +28,7 @@ pub fn main_inner(profile: Profile) {
28
} else {
29
// then we try to retrieve it from the `target` folder.
30
let commit = include_str!("../libgccjit.version").trim();
31
- Path::new("target/libgccjit").join(commit)
+ Path::new("build/libgccjit").join(commit)
32
};
33
34
let gcc_path = Path::new(&gcc_path)
0 commit comments