We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d1f5c3 commit 2d9c4d3Copy full SHA for 2d9c4d3
build.rs
@@ -15,7 +15,7 @@ fn main() {
15
Err(env::VarError::NotPresent) => "".to_string(),
16
Err(e) => panic!("{}", e),
17
};
18
- let path = format!("fake-system{}{}", path_separator, path);
+ let path = format!("src/fake-system{}{}", path_separator, path);
19
env::set_var("C_INCLUDE_PATH", path);
20
}
21
0 commit comments