mirror of
https://github.com/python/cpython.git
synced 2025-10-19 16:03:42 +00:00

Adds tooling to generate and test an iOS XCframework, in a way that will also facilitate adding other XCframework targets for other Apple platforms (tvOS, watchOS, visionOS and even macOS, potentially). --------- Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
7 lines
107 B
C
7 lines
107 B
C
#ifdef __arm64__
|
|
#include "pyconfig-arm64.h"
|
|
#endif
|
|
|
|
#ifdef __x86_64__
|
|
#include "pyconfig-x86_64.h"
|
|
#endif
|