Updating dependencies docs and prepping for more advanced script usage of toolchain for Psy-Q

This commit is contained in:
2025-08-05 21:22:49 -04:00
parent cc487a0e42
commit 5da7c2e3b0
94 changed files with 12730 additions and 26 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ if (-not (test-path $path_build)) {
$path_nugget_common = join-path $path_nugget 'common'
$unit_nugget_crt0 = join-path $path_nugget_common 'crt0/crt0.s'
$unit_main = join-path $path_root 'main.c'
$unit_main = join-path $path_root 'main.c'
$units = @(
$unit_nugget_crt0,
$unit_main