mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-07 12:20:03 +03:00
Fix compile warning
This commit is contained in:
2
build.rs
2
build.rs
@@ -78,8 +78,6 @@ fn install_oboe() {
|
||||
|
||||
fn gen_flutter_rust_bridge() {
|
||||
// Get dependent of flutter
|
||||
println!("cargo:rerun-if-changed=flutter/pubspec.lock");
|
||||
println!("cargo:rerun-if-changed=flutter/pubspec.yaml");
|
||||
if !std::path::Path::new("./flutter/.packages").exists(){
|
||||
std::process::Command::new("flutter")
|
||||
.args(["pub", "get"])
|
||||
|
||||
Reference in New Issue
Block a user