From db975ed30fe410bad4c80eed49a65a8c33432b43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20M=C3=B6lder?= Date: Mon, 6 May 2024 11:59:50 +0200 Subject: [PATCH] undo set linker --- .cargo/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cargo/config b/.cargo/config index f1b8368..7d7cf07 100644 --- a/.cargo/config +++ b/.cargo/config @@ -1,2 +1,2 @@ -[target.x86_64-apple-darwin] -linker = "x86_64-apple-darwin" +[target.x86_64-unknown-linux-musl] +linker = "x86_64-linux-musl-gcc"