From 08824f14008daa4d2dcb0f4c9aacae86e7ccd1f1 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Tue, 4 Oct 2022 23:51:31 -0600 Subject: [PATCH] fix config --- .cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 341d534..53c39bf 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -6,4 +6,4 @@ build-std = ["core"] [target.thumbv4t-none-eabi] runner = "mgba-qt" -rustflags = ["-Clink-arg=-Tlink_scripts/mono_boot.ld"] +rustflags = ["-Clink-arg=-Tlinker_scripts/mono_boot.ld"]