Skip to content

Commit c6a0491

Browse files
committed
fixup: remove obsolete config
Signed-off-by: Florian Lehner <[email protected]>
1 parent ab09aec commit c6a0491

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.cargo/config.toml

-7
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,3 @@ CC_x86_64_unknown_linux_musl = "x86_64-linux-musl-gcc"
77
# trick CMake into passing the check for a C++ compiler: it isn't actually
88
# used anyway.
99
TARGET_CXX = "g++"
10-
11-
[target.aarch64-unknown-linux-musl]
12-
# The vendored OpenSSL fails to link with GNU ld on aarch64+musl.
13-
rustflags = ["-C", "link-arg=-fuse-ld=lld"]
14-
15-
[registries.crates-io]
16-
protocol = "sparse"

0 commit comments

Comments
 (0)