don't rebuild on new commit
This commit is contained in:
parent
44fea82aaa
commit
f9480fac7c
3
build.rs
3
build.rs
@ -65,8 +65,7 @@ fn font_stripper(from: &str, out: &str, unicodes: Vec<char>) -> Result<Vec<u8>,
|
||||
}
|
||||
|
||||
fn main() {
|
||||
// rebuild if new commit or contents of `assets` folder changed
|
||||
println!("cargo:rerun-if-changed=.git/logs/HEAD");
|
||||
// rebuild if contents of `assets` folder changed
|
||||
println!("cargo:rerun-if-changed=assets/*");
|
||||
|
||||
let mut main_chars: Vec<char> =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user