mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-17 09:51:28 +03:00
fix last commit
This commit is contained in:
2
build.rs
2
build.rs
@@ -78,7 +78,7 @@ fn install_oboe() {
|
|||||||
|
|
||||||
#[cfg(feature = "flutter")]
|
#[cfg(feature = "flutter")]
|
||||||
fn gen_flutter_rust_bridge() {
|
fn gen_flutter_rust_bridge() {
|
||||||
if std::env::var("RUN_FFIGEN").is_ok() {
|
if !std::env::var("RUN_FFIGEN").is_ok() {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
use lib_flutter_rust_bridge_codegen::{
|
use lib_flutter_rust_bridge_codegen::{
|
||||||
|
|||||||
Reference in New Issue
Block a user