mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-31 11:13: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
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
brew install -q git meson cmake
|
brew install -q git gpatch meson cmake
|
||||||
|
|
||||||
- name: Build phase 2
|
- name: Build phase 2
|
||||||
run: |
|
run: |
|
||||||
mkdir ${{ runner.temp }}/retro-phase2
|
mkdir ${{ runner.temp }}/retro-phase2
|
||||||
cp retro/core.info ${{ runner.temp }}/retro-phase2/libretro-mkxp-z.info
|
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
|
cd build
|
||||||
ninja -v
|
ninja -v
|
||||||
mv libretro-mkxp-z.dylib ${{ runner.temp }}/retro-phase2
|
mv libretro-mkxp-z.dylib ${{ runner.temp }}/retro-phase2
|
||||||
|
|
Loading…
Add table
Reference in a new issue