refactor for workspace and static link the client ncurses

This commit is contained in:
John Smith
2021-11-23 19:13:52 -05:00
parent 084cf709c7
commit 21548771ab
10 changed files with 766 additions and 6089 deletions

View File

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