mirror of
https://github.com/Pecusx/libretro-atari800.git
synced 2026-05-20 22:33:22 +02:00
Add ios9 core
This commit is contained in:
@@ -46,6 +46,10 @@ include:
|
|||||||
- project: 'libretro-infrastructure/ci-templates'
|
- project: 'libretro-infrastructure/ci-templates'
|
||||||
file: '/ios-arm64.yml'
|
file: '/ios-arm64.yml'
|
||||||
|
|
||||||
|
# iOS (armv7)
|
||||||
|
- project: 'libretro-infrastructure/ci-templates'
|
||||||
|
file: '/ios9.yml'
|
||||||
|
|
||||||
################################## CONSOLES ################################
|
################################## CONSOLES ################################
|
||||||
# Nintendo 3DS
|
# Nintendo 3DS
|
||||||
- project: 'libretro-infrastructure/ci-templates'
|
- project: 'libretro-infrastructure/ci-templates'
|
||||||
@@ -159,6 +163,12 @@ libretro-build-ios-arm64:
|
|||||||
- .libretro-ios-arm64-make-default
|
- .libretro-ios-arm64-make-default
|
||||||
- .core-defs
|
- .core-defs
|
||||||
|
|
||||||
|
# iOS (armv7) [iOS 9 and up]
|
||||||
|
libretro-build-ios9:
|
||||||
|
extends:
|
||||||
|
- .libretro-ios9-make-default
|
||||||
|
- .core-defs
|
||||||
|
|
||||||
# tvOS
|
# tvOS
|
||||||
libretro-build-tvos-arm64:
|
libretro-build-tvos-arm64:
|
||||||
extends:
|
extends:
|
||||||
|
|||||||
@@ -105,7 +105,7 @@ else ifneq (,$(findstring ios,$(platform)))
|
|||||||
fpic := -fPIC
|
fpic := -fPIC
|
||||||
SHARED := -dynamiclib
|
SHARED := -dynamiclib
|
||||||
MINVERSION :=
|
MINVERSION :=
|
||||||
CFLAGS += -Wno-error=implicit-function-declaration -DHAVE_POSIX_MEMALIGN
|
CFLAGS += -Wno-error=implicit-function-declaration -DHAVE_POSIX_MEMALIGN -DIOS -marm
|
||||||
|
|
||||||
ifeq ($(IOSSDK),)
|
ifeq ($(IOSSDK),)
|
||||||
IOSSDK := $(shell xcodebuild -version -sdk iphoneos Path)
|
IOSSDK := $(shell xcodebuild -version -sdk iphoneos Path)
|
||||||
|
|||||||
Reference in New Issue
Block a user