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:
Leah Rowe
2025-05-22 01:47:02 +01:00
parent a3250d1447
commit 8e0c6059d1
+2
View File
@@ -20,6 +20,8 @@ buildser()
copyps1bios()
{
[ "$dry" = ":" ] && return 0; :
remkdir "bin/playstation"
x_ cp src/pcsx-redux/src/mips/openbios/openbios.bin bin/playstation