fix: update build.rs with cfg flag control (#1627)

Co-authored-by: nathan <nathan@appflowy.io>
This commit is contained in:
Nathan.fooo
2023-01-01 17:21:19 +08:00
committed by GitHub
parent a2b5d6fa99
commit 436291c01a
4 changed files with 4 additions and 7 deletions

View File

@ -31,4 +31,4 @@ db = ["flowy-database", "lib-sqlite", "r2d2"]
dart = ["flowy-codegen/dart"]
[build-dependencies]
flowy-codegen = { path = "../flowy-codegen"}
flowy-codegen = { path = "../flowy-codegen", features = ["proto_gen"]}