mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-06-22 10:02:20 +00:00
fix last commit
This commit is contained in:
parent
f6eca851e1
commit
d95595add4
1 changed files with 1 additions and 1 deletions
2
build.rs
2
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::{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue