Merge pull request #16325 from unknownbrackets/actions

Build: Use Makefile for libretro
This commit is contained in:
Henrik Rydgård
2022-11-02 15:06:31 +01:00
committed by GitHub
+2 -2
View File
@@ -168,13 +168,13 @@ jobs:
extra: libretro
cc: gcc
cxx: g++
args: ./b.sh --libretro
args: make -C libretro -f Makefile -j2
id: gcc-libretro
- os: ubuntu-latest
extra: libretro
cc: clang
cxx: clang++
args: ./b.sh --libretro
args: make -C libretro -f Makefile -j2
id: clang-libretro
- os: macos-latest