mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-03 05:27:22 +00:00
6 lines
259 B
TOML
6 lines
259 B
TOML
[target.x86_64-apple-darwin]
|
|
#rustflags = ["-C", "target-cpu=native", "-C", "link-arg=-mmacosx-version-min=11.0"]
|
|
rustflags = ["-C", "link-arg=-mmacosx-version-min=11.0"]
|
|
|
|
[target.aarch64-apple-darwin]
|
|
rustflags = ["-C", "link-arg=-mmacosx-version-min=11.0"]
|