mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Merge pull request #16325 from unknownbrackets/actions
Build: Use Makefile for libretro
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user