From d95595add47b8e5f0703ae8c096382cf94f8442e Mon Sep 17 00:00:00 2001 From: rustdesk Date: Thu, 29 Jun 2023 12:13:20 +0800 Subject: [PATCH] fix last commit --- build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.rs b/build.rs index 8db0adf77..c21b7b985 100644 --- a/build.rs +++ b/build.rs @@ -78,7 +78,7 @@ fn install_oboe() { #[cfg(feature = "flutter")] fn gen_flutter_rust_bridge() { - if std::env::var("RUN_FFIGEN").is_ok() { + if !std::env::var("RUN_FFIGEN").is_ok() { return; } use lib_flutter_rust_bridge_codegen::{