From bd1a735e46086c3961f0166ec4befe7424c9f633 Mon Sep 17 00:00:00 2001 From: Andre Henriques Date: Sat, 18 Mar 2023 12:39:58 +0000 Subject: [PATCH] fix command to run on cargo.config --- .cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 63d8428..0c1c209 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,2 +1,2 @@ [target.armv7-unknown-linux-gnueabihf] -linker = "armv7-unknown-linux-gnueabihf-gcc" +linker = "arm-linux-gnueabihf-gcc"