(macOS) Add 64bit ARM MacOS support

This commit is contained in:
twinaphex
2021-01-29 19:25:53 +01:00
parent 1f99ed712d
commit c13de4518c
2 changed files with 31 additions and 2 deletions

View File

@@ -34,6 +34,10 @@ include:
# MacOS 64-bit
- project: 'libretro-infrastructure/ci-templates'
file: '/osx-x64.yml'
# MacOS ARM 64-bit
- project: 'libretro-infrastructure/ci-templates'
file: '/osx-arm64.yml'
################################## CELLULAR ################################
# Android
@@ -93,6 +97,12 @@ libretro-build-osx-x64:
extends:
- .libretro-osx-x64-make-default
- .core-defs
# MacOS ARM 64-bit
libretro-build-osx-arm64:
extends:
- .libretro-osx-arm64-make-default
- .core-defs
################################### CELLULAR #################################
# Android ARMv7a