forked from flet-dev/python-ios-pre-3.13
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSetup.tvOS
More file actions
34 lines (32 loc) · 1.11 KB
/
Setup.tvOS
File metadata and controls
34 lines (32 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#####################################################################
# tvOS: Platform specific configuration
#####################################################################
_ctypes _ctypes/_ctypes.c \
_ctypes/callbacks.c \
_ctypes/callproc.c \
_ctypes/stgdict.c \
_ctypes/cfield.c \
_ctypes/malloc_closure.c \
-I$(srcdir)/Modules/_ctypes/darwin \
-I$(srcdir)/../Support/libFFI/Headers \
-DPy_BUILD_CORE_MODULE \
-DHAVE_FFI_PREP_CLOSURE_LOC=1 \
-L$(srcdir)/../Support/libFFI \
-lFFI
_decimal _decimal/_decimal.c \
_decimal/libmpdec/basearith.c \
_decimal/libmpdec/constants.c \
_decimal/libmpdec/context.c \
_decimal/libmpdec/convolute.c \
_decimal/libmpdec/crt.c \
_decimal/libmpdec/difradix2.c \
_decimal/libmpdec/fnt.c \
_decimal/libmpdec/fourstep.c \
_decimal/libmpdec/io.c \
_decimal/libmpdec/mpalloc.c \
_decimal/libmpdec/mpdecimal.c \
_decimal/libmpdec/numbertheory.c \
_decimal/libmpdec/sixstep.c \
_decimal/libmpdec/transpose.c \
-I$(srcdir)/Modules/_decimal/libmpdec \
-DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1