mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-06-22 10:02:20 +00:00
webrtc
This commit is contained in:
parent
4ed8696d1d
commit
5b21441898
3 changed files with 969 additions and 59 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.file(file).compile("macos");
|
||||
b.flag("-std=c++17").file(file).compile("macos");
|
||||
println!("cargo:rerun-if-changed={}", file);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit a86eda749e6fa33c282bab680e6b504d3ad87539
|
||||
Subproject commit 8b0e25867375ba9e6bff548acf44fe6d6ffa7c0e
|
||||
Loading…
Add table
Add a link
Reference in a new issue