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

5 lines
116 B
TOML
Raw Normal View History

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