add libretro mac build to github workflow

This commit is contained in:
Eric Warmenhoven
2025-11-11 09:44:25 -05:00
parent a4a1752f61
commit 1f40174af0
+6
View File
@@ -234,6 +234,12 @@ jobs:
cxx: clang++
args: ./b.sh --headless --unittest --fat --no-png --no-sdl2
id: macos
- os: macos-latest
extra: libretro_mac
cc: clang
cxx: clang++
args: ./b.sh --libretro
id: macos-libretro
- os: macos-latest
extra: ios
cc: clang