mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-19 19:23:24 +02:00
rom.sh: skip copyps1bios on dry builds
otherwise, ./mk -d (without arguments) will fail. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -20,6 +20,8 @@ buildser()
|
|||||||
|
|
||||||
copyps1bios()
|
copyps1bios()
|
||||||
{
|
{
|
||||||
|
[ "$dry" = ":" ] && return 0; :
|
||||||
|
|
||||||
remkdir "bin/playstation"
|
remkdir "bin/playstation"
|
||||||
x_ cp src/pcsx-redux/src/mips/openbios/openbios.bin bin/playstation
|
x_ cp src/pcsx-redux/src/mips/openbios/openbios.bin bin/playstation
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user