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 436fea8 commit 46d6e77Copy full SHA for 46d6e77
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