mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-06 03:20:26 +00:00
Merge branch 'master' of github.com:dankamongmen/notcurses into master
This commit is contained in:
commit
1a0d28d8d0
@ -12,7 +12,7 @@ fn main() {
|
||||
.unwrap();
|
||||
|
||||
// Tell cargo to invalidate the built crate whenever the wrapper changes
|
||||
println!("cargo:rerun-if-changed=wrapper.h");
|
||||
println!("cargo:rerun-if-changed=build/wrapper.h");
|
||||
|
||||
cc::Build::new()
|
||||
.file("build/stdout.c")
|
||||
|
Loading…
Reference in New Issue
Block a user