From 540f362c0e9c32ddcc2951a39d6b3aeb11da9ea4 Mon Sep 17 00:00:00 2001 From: Samuel Lijin Date: Wed, 7 Aug 2024 11:16:40 -0700 Subject: [PATCH] rip out bad linker --- engine/.cargo/config.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/engine/.cargo/config.toml b/engine/.cargo/config.toml index 31294d345..6ed6355d2 100644 --- a/engine/.cargo/config.toml +++ b/engine/.cargo/config.toml @@ -1,4 +1,3 @@ # https://github.com/rust-lang/cargo/issues/8607 [target.aarch64-unknown-linux-musl] -linker = "aarch64-linux-musl-gcc" rustflags = ["-C", "target-feature=-crt-static"]