Progress in milestone 2
Have a very basic UI
This commit is contained in:
5
client_node/build.rs
Normal file
5
client_node/build.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
fn main() {
|
||||
// Force linking of additional abseil libraries that webrtc-audio-processing-sys
|
||||
// might miss depending on the system's abseil version.
|
||||
println!("cargo:rustc-link-lib=absl_strings_internal");
|
||||
}
|
||||
Reference in New Issue
Block a user