mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 07:44:18 +08:00
Partially fix retroarch fetch
This commit is contained in:
parent
34ff7b8348
commit
0012506f26
@ -1,5 +1,8 @@
|
||||
[source]
|
||||
git = "https://github.com/jackpot51/retroarch.git"
|
||||
script = """
|
||||
./fetch-submodules.sh
|
||||
"""
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
@ -12,10 +15,6 @@ dependencies = [
|
||||
"zlib",
|
||||
]
|
||||
script = """
|
||||
pushd "${COOKBOOK_SOURCE}"
|
||||
./fetch-submodules.sh
|
||||
popd
|
||||
|
||||
rsync -av --delete "${COOKBOOK_SOURCE}/" ./
|
||||
|
||||
# For now, we will statically link with the snes9x libretro
|
||||
|
||||
Loading…
Reference in New Issue
Block a user