AppFlowy/frontend/rust-lib/.cargo/config.toml

8 lines
203 B
TOML
Raw Normal View History

#[build]
2021-11-04 08:00:08 +00:00
#target-dir = "./bin"
[target.x86_64-apple-darwin]
2021-11-13 07:20:17 +00:00
rustflags=["-C", "link-arg=-mmacosx-version-min=10.11"]
[target.aarch64-apple-darwin]
2021-11-04 08:00:08 +00:00
rustflags=["-C", "link-arg=-mmacosx-version-min=10.11"]