mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-10 03:52:55 +02:00
Use patch from libretro/RetroArch#17760 instead of using sed
This commit is contained in:
parent
436e5f8510
commit
e68e029f89
1 changed files with 5 additions and 4 deletions
9
.github/workflows/autobuild.yml
vendored
9
.github/workflows/autobuild.yml
vendored
|
@ -1119,12 +1119,13 @@ jobs:
|
|||
cd ~
|
||||
tag_name=$(curl -s https://api.github.com/repos/libretro/RetroArch/releases/latest | jq -r '.tag_name')
|
||||
git clone https://github.com/libretro/RetroArch retroarch --depth 1 -b $tag_name
|
||||
if [ $tag_name = 'v1.20.0' ]
|
||||
then
|
||||
sed -i 's/-Wl,-q/-Wl,-q,--pic-veneer/g' retroarch/Makefile.vita
|
||||
fi
|
||||
mv mkxp-z_libretro.a retroarch/libretro_vita.a
|
||||
cd retroarch
|
||||
if [ $tag_name = 'v1.20.0' ]
|
||||
then
|
||||
wget -O ~/retroarch-17760.patch https://github.com/libretro/RetroArch/pull/17760.diff
|
||||
git apply ~/retroarch-17760.patch
|
||||
fi
|
||||
CLICOLOR_FORCE=1 make -f Makefile.vita LIBRETRO=mkxp-z
|
||||
mv retroarch_vita.self ~/dist/mkxp-z_libretro.self
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue