File tree Expand file tree Collapse file tree 4 files changed +10
-1
lines changed Expand file tree Collapse file tree 4 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ CC-macosx=xcrun --sdk macosx clang --sysroot=$(SDK_ROOT-macosx) $(CFLAGS-macOS)
68
68
69
69
# iOS targets
70
70
TARGETS-iOS =iphonesimulator.x86_64 iphonesimulator.arm64 iphoneos.arm64
71
- CFLAGS-iOS=-mios-version-min =13 .0 -fembed-bitcode
71
+ CFLAGS-iOS=-mios-version-min =12 .0 -fembed-bitcode
72
72
CFLAGS-iphoneos.arm64 =
73
73
CFLAGS-iphonesimulator.x86_64 =
74
74
CFLAGS-iphonesimulator.arm64 =
Original file line number Diff line number Diff line change @@ -10,7 +10,10 @@ _ctypes _ctypes/_ctypes.c \
10
10
-I$(srcdir)/Modules/_ctypes/darwin \
11
11
-I$(srcdir)/../Support/libFFI.xcframework/{{slice}}/Headers \
12
12
-DPy_BUILD_CORE_MODULE \
13
+ -DHAVE_FFI_CLOSURE_ALLOC=1 \
14
+ -DHAVE_FFI_PREP_CIF_VAR=1 \
13
15
-DHAVE_FFI_PREP_CLOSURE_LOC=1 \
16
+ -DUSING_MALLOC_CLOSURE_DOT_C=1 \
14
17
-L$(srcdir)/../Support/libFFI.xcframework/{{slice}} \
15
18
-lFFI
16
19
Original file line number Diff line number Diff line change @@ -10,7 +10,10 @@ _ctypes _ctypes/_ctypes.c \
10
10
-I$(srcdir)/Modules/_ctypes/darwin \
11
11
-I$(srcdir)/../Support/libFFI.xcframework/{{slice}}/Headers \
12
12
-DPy_BUILD_CORE_MODULE \
13
+ -DHAVE_FFI_CLOSURE_ALLOC=1 \
14
+ -DHAVE_FFI_PREP_CIF_VAR=1 \
13
15
-DHAVE_FFI_PREP_CLOSURE_LOC=1 \
16
+ -DUSING_MALLOC_CLOSURE_DOT_C=1 \
14
17
-L$(srcdir)/../Support/libFFI.xcframework/{{slice}} \
15
18
-lFFI
16
19
Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ _ctypes _ctypes/_ctypes.c \
10
10
-I$(srcdir)/Modules/_ctypes/darwin \
11
11
-I$(srcdir)/../Support/libFFI.xcframework/{{slice}}/Headers \
12
12
-DPy_BUILD_CORE_MODULE \
13
+ -DHAVE_FFI_CLOSURE_ALLOC=1 \
14
+ -DHAVE_FFI_PREP_CIF_VAR=1 \
13
15
-DHAVE_FFI_PREP_CLOSURE_LOC=1 \
16
+ -DUSING_MALLOC_CLOSURE_DOT_C=1 \
14
17
-L$(srcdir)/../Support/libFFI.xcframework/{{slice}} \
15
18
-lFFI
You can’t perform that action at this time.
0 commit comments