mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
Remove .cargo/config.toml
This added link args to target macOS 10.9, but these arguments are not necessary when building via the make_pkg.sh script, and this file is causing other problems.
This commit is contained in:
parent
ca27e028df
commit
2e2765eec0
1 changed files with 0 additions and 8 deletions
|
@ -1,8 +0,0 @@
|
|||
# For macOS, support 10.9 on x86-64, and 11.0 on aarch64, which
|
||||
# is the minimum supported version for Apple Silicon.
|
||||
[target.x86_64-apple-darwin]
|
||||
rustflags = ["-C", "link-arg=-mmacosx-version-min=10.9"]
|
||||
|
||||
[target.aarch64-apple-darwin]
|
||||
rustflags = ["-C", "link-arg=-mmacosx-version-min=11.0"]
|
||||
|
Loading…
Reference in a new issue