mirror of
https://github.com/Ed94/pikuma_ps1.git
synced 2026-06-01 18:41:13 -07:00
Updating dependencies docs and prepping for more advanced script usage of toolchain for Psy-Q
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user