mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-30 02:33:03 +02:00
Use GNU patch in libretro macOS CI instead of BSD patch
This commit is contained in:
parent
ff6d72f617
commit
e581b58305
1 changed files with 2 additions and 2 deletions
4
.github/workflows/autobuild.yml
vendored
4
.github/workflows/autobuild.yml
vendored
|
@ -468,13 +468,13 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
brew install -q git meson cmake
|
||||
brew install -q git gpatch meson cmake
|
||||
|
||||
- name: Build phase 2
|
||||
run: |
|
||||
mkdir ${{ runner.temp }}/retro-phase2
|
||||
cp retro/core.info ${{ runner.temp }}/retro-phase2/libretro-mkxp-z.info
|
||||
meson setup build -Dretro=true -Dretro_phase1_path=retro/build/retro-phase1
|
||||
PATH="$HOMEBREW_PREFIX/opt/gpatch/libexec/gnubin:$PATH" meson setup build -Dretro=true -Dretro_phase1_path=retro/build/retro-phase1
|
||||
cd build
|
||||
ninja -v
|
||||
mv libretro-mkxp-z.dylib ${{ runner.temp }}/retro-phase2
|
||||
|
|
Loading…
Add table
Reference in a new issue