[F] :)
This commit is contained in:
parent
3e47640c1a
commit
169368a784
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ fn main() {
|
||||||
for file in &["neofetch", "hyfetch"] {
|
for file in &["neofetch", "hyfetch"] {
|
||||||
let src = anything_that_exist(&[
|
let src = anything_that_exist(&[
|
||||||
&dir.join(file),
|
&dir.join(file),
|
||||||
&dir.join("/../../").join(file),
|
&dir.join("../../").join(file),
|
||||||
]).expect("couldn't find neofetch");
|
]).expect("couldn't find neofetch");
|
||||||
let dst = o.join(file);
|
let dst = o.join(file);
|
||||||
println!("cargo:rerun-if-changed={}", src.display());
|
println!("cargo:rerun-if-changed={}", src.display());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue