This commit is contained in:
rustdesk 2025-11-28 10:45:48 +08:00
parent 4ed8696d1d
commit 5b21441898
3 changed files with 966 additions and 56 deletions

1018
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -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