Skip to content

Commit f4edb59

Browse files
committed
lr-scummvm: added zip as dependency
Fixes the creation of the `scummvm.zip` bundle file during building.
1 parent 0be2bfd commit f4edb59

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scriptmodules/libretrocores/lr-scummvm.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ rp_module_licence="GPL3 https://raw.githubusercontent.com/libretro/scummvm/main/
1616
rp_module_repo="git https://github.com/libretro/scummvm.git main"
1717
rp_module_section="exp"
1818

19+
function depends_lr-scummvm() {
20+
getDepends zip
21+
}
22+
1923
function sources_lr-scummvm() {
2024
gitPullOrClone
2125
}

0 commit comments

Comments
 (0)