Files
dockerized-bb/workers/appletv/Dockerfile.m4
T
Le Philousophe 4648bf5766 APPLE: Update to latest SDK
This also needs a newer LLVM with an additional fix in compiler-rt.
osxcross is also updated.
2025-11-11 16:29:02 +00:00

12 lines
340 B
Docker

FROM toolchains/appletv AS toolchain
m4_dnl These settings must be kept in sync between toolchain and worker
m4_define(`PPA_CLANG',-21)m4_dnl
m4_define(`XOS_SDK_VERSION',26.1)m4_dnl
m4_define(`XOS_DEPLOYMENT_TARGET',9.0)m4_dnl
m4_define(`XOS_SDK_BASE',AppleTVOS)m4_dnl
m4_define(`XOS_PLATFORM',tv)m4_dnl
m4_include(`apple/xos.m4')m4_dnl