mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: set error_task script
This commit is contained in:
@ -9,6 +9,12 @@ extend = [
|
|||||||
{ path = "scripts/makefile/flutter.toml" },
|
{ path = "scripts/makefile/flutter.toml" },
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[config]
|
||||||
|
on_error_task = "catch"
|
||||||
|
|
||||||
|
[tasks.catch]
|
||||||
|
run_task = {name = ["restore-crate-type"]}
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
RUST_LOG = "info"
|
RUST_LOG = "info"
|
||||||
CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true
|
CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true
|
||||||
|
@ -7,8 +7,8 @@ edition = "2018"
|
|||||||
[lib]
|
[lib]
|
||||||
name = "dart_ffi"
|
name = "dart_ffi"
|
||||||
# this value will change depending on the target os
|
# this value will change depending on the target os
|
||||||
# default cdylib
|
# default static lib
|
||||||
crate-type = ["cdylib"]
|
crate-type = ["staticlib"]
|
||||||
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
Reference in New Issue
Block a user