mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-10 18:06:01 +02:00
This commit is contained in:
parent
49491823c3
commit
f0208c759b
4 changed files with 8 additions and 26 deletions
1
build.rs
1
build.rs
|
@ -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]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue