Skip to content

Commit

Permalink
Merge pull request #105 from SetiQyu/fix-makefile
Browse files Browse the repository at this point in the history
Fixed 'make install_toolchain' command
  • Loading branch information
AnonymousRandomPerson authored Dec 23, 2024
2 parents 4f2e09b + 3298549 commit 754717d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 754717d

Please sign in to comment.