proto: actually set rerun-if-changed
This commit is contained in:
parent
fa7556a813
commit
bd945a48a6
|
@ -5,7 +5,7 @@ pub fn main() -> io::Result<()> {
|
||||||
|
|
||||||
for file in fs::read_dir("proto/steam")? {
|
for file in fs::read_dir("proto/steam")? {
|
||||||
let path = file?.path();
|
let path = file?.path();
|
||||||
eprintln!("Got path {:?}", path);
|
println!("cargo:rerun-if-changed={}", path.to_str().unwrap());
|
||||||
files.push(path);
|
files.push(path);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue