rustdesk 2022-09-18 13:13:45 +08:00
parent 49491823c3
commit f0208c759b
4 changed files with 8 additions and 26 deletions

View file

@ -76,6 +76,7 @@ fn install_oboe() {
//cc::Build::new().file("oboe.cc").include(include).compile("oboe_wrapper");
}
#[cfg(feature = "flutter")]
fn gen_flutter_rust_bridge() {
let llvm_path = match std::env::var("LLVM_HOME") {
Ok(path) => Some(vec![path]),