From 3298549b285ebebac3065c23b69ac9ec04e8101d Mon Sep 17 00:00:00 2001 From: SetiQyu Date: Mon, 23 Dec 2024 13:17:30 +0100 Subject: [PATCH] Fixed 'make install_toolchain' command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4838d68f..3a8247ab 100644 --- a/Makefile +++ b/Makefile @@ -78,7 +78,7 @@ install_toolchain: wget https://github.com/pret/pmd-sky/raw/workflows/assets/NitroSDK-4_2-071210-jp.7z -O toolchain_tmp/NitroSDK-4_2-071210-jp.7z unzip -o toolchain_tmp/mwccarm.zip -d tools 7z x toolchain_tmp/NitroSDK-4_2-071210-jp.7z -otoolchain_tmp/nitro_sdk -y - mv toolchain_tmp/nitro_sdk/tools/bin/* tools/bin + mv toolchain_tmp/nitro_sdk/tools/bin tools/ mv toolchain_tmp/nitro_sdk/include/nitro/specfiles/ARM7-TS.lcf.template sub/ mv toolchain_tmp/nitro_sdk/include/nitro/specfiles/ARM9-TS.lcf.template . mv toolchain_tmp/nitro_sdk/include/nitro/specfiles/mwldarm.response.template .