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.macOS
More file actions
36 lines (33 loc) · 1.31 KB
/
Setup.macOS
File metadata and controls
36 lines (33 loc) · 1.31 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
35
36
#####################################################################
# macOS: 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/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/ffi \
-DPy_BUILD_CORE_MODULE -DUSING_MALLOC_CLOSURE_DOT_C=1 -DMACOSX \
-DUSING_APPLE_OS_LIBFFI=1 -DHAVE_FFI_PREP_CIF_VAR=1 \
-DHAVE_FFI_PREP_CLOSURE_LOC=1 -DHAVE_FFI_CLOSURE_ALLOC=1 \
-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
_scproxy _scproxy.c -framework SystemConfiguration -framework CoreFoundation