fix last commit
This commit is contained in:
parent
f6eca851e1
commit
d95595add4
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::{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user