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,7 +31,7 @@ dart-notify = { path = "../dart-notify" }
flowy-derive = { path = "../flowy-derive" }
[features]
default = ["flowy-sdk/dart", "dart-notify/dart", "flutter"]
default = ["flowy-sdk/dart", "flutter"]
flutter = []
http_sync = ["flowy-sdk/http_sync", "flowy-sdk/use_bunyan"]
openssl_vendored = ["flowy-sdk/openssl_vendored"]