Fix compile warning

This commit is contained in:
Asura
2022-09-02 01:20:48 -07:00
parent 03315a3bc4
commit 41241867b7
11 changed files with 15 additions and 23 deletions

View File

@@ -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"])