mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-24 15:02:37 +08:00
Remove .cargo/config.toml
Some checks are pending
make test / ubuntu (push) Waiting to run
make test / ubuntu-32bit-static-pcre2 (push) Waiting to run
make test / ubuntu-asan (push) Waiting to run
make test / macos (push) Waiting to run
Rust checks / rustfmt (push) Waiting to run
Rust checks / clippy (push) Waiting to run
Some checks are pending
make test / ubuntu (push) Waiting to run
make test / ubuntu-32bit-static-pcre2 (push) Waiting to run
make test / ubuntu-asan (push) Waiting to run
make test / macos (push) Waiting to run
Rust checks / rustfmt (push) Waiting to run
Rust checks / clippy (push) Waiting to run
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,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 New Issue
Block a user