refactor for workspace and static link the client ncurses
This commit is contained in:
@@ -4,4 +4,8 @@ fn main() {
|
||||
.src_prefix("../veilid-server/")
|
||||
.run()
|
||||
.expect("compiling schema");
|
||||
#[cfg(unix)]
|
||||
{
|
||||
println!("cargo:rustc-link-lib=static=ncursesw");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user