fix ncurses dependency

This commit is contained in:
John Smith
2021-12-04 12:51:08 -05:00
parent 4e3dae6926
commit 62ec08359f
3 changed files with 1 additions and 29 deletions

View File

@@ -4,8 +4,4 @@ fn main() {
.src_prefix("../veilid-server/")
.run()
.expect("compiling schema");
#[cfg(unix)]
{
println!("cargo:rustc-link-lib=static=ncursesw");
}
}