AppFlowy/frontend/rust-lib/.cargo/config.toml
2021-11-20 09:34:43 +08:00

8 lines
203 B
TOML

#[build]
#target-dir = "./bin"
[target.x86_64-apple-darwin]
rustflags=["-C", "link-arg=-mmacosx-version-min=10.11"]
[target.aarch64-apple-darwin]
rustflags=["-C", "link-arg=-mmacosx-version-min=10.11"]