mirror of
https://github.com/rustdesk/rustdesk
synced 2026-04-21 13:27:19 +00:00
webrtc
This commit is contained in:
parent
4ed8696d1d
commit
5b21441898
3 changed files with 966 additions and 56 deletions
1018
Cargo.lock
generated
1018
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
2
build.rs
2
build.rs
|
|
@ -18,7 +18,7 @@ fn build_mac() {
|
||||||
b.flag("-DNO_InputMonitoringAuthStatus=1");
|
b.flag("-DNO_InputMonitoringAuthStatus=1");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
b.file(file).compile("macos");
|
b.flag("-std=c++17").file(file).compile("macos");
|
||||||
println!("cargo:rerun-if-changed={}", file);
|
println!("cargo:rerun-if-changed={}", file);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit a86eda749e6fa33c282bab680e6b504d3ad87539
|
Subproject commit 8b0e25867375ba9e6bff548acf44fe6d6ffa7c0e
|
||||||
Loading…
Reference in a new issue