mirror of
https://github.com/JesseTG/melonds-ds.git
synced 2024-11-23 14:40:04 +00:00
Use the vendored Apple toolchain file on the Gitlab
This commit is contained in:
parent
d13a8a226c
commit
5af216ecea
@ -130,6 +130,7 @@ libretro-build-ios-arm64:
|
||||
- .libretro-ios-cmake-arm64
|
||||
- .core-defs
|
||||
variables:
|
||||
CORE_ARGS: --toolchain ./cmake/toolchain/ios.toolchain.cmake -DPLATFORM=OS64 -DDEPLOYMENT_TARGET=13
|
||||
IOS_MINVER: "13.0"
|
||||
|
||||
# tvOS
|
||||
@ -138,4 +139,5 @@ libretro-build-tvos-arm64:
|
||||
- .libretro-tvos-cmake-arm64
|
||||
- .core-defs
|
||||
variables:
|
||||
CORE_ARGS: --toolchain ./cmake/toolchain/ios.toolchain.cmake -DPLATFORM=TVOS -DDEPLOYMENT_TARGET=13
|
||||
IOS_MINVER: "13.0"
|
||||
|
Loading…
Reference in New Issue
Block a user