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-x86_64
More file actions
37 lines (35 loc) · 1.31 KB
/
Setup.macOS-x86_64
File metadata and controls
37 lines (35 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
37
#####################################################################
# macOS x86_64: Platform specific configuration
#####################################################################
_ctypes _ctypes/_ctypes.c \
_ctypes/callbacks.c \
_ctypes/callproc.c \
_ctypes/stgdict.c \
_ctypes/cfield.c \
_ctypes/libffi_apple/prep_cif.c \
_ctypes/libffi_apple/types.c \
_ctypes/libffi_apple/raw_api.c \
_ctypes/libffi_apple/java_raw_api.c \
_ctypes/libffi_apple/closures.c \
_ctypes/libffi_apple/x86/ffi64_x86_64.c \
_ctypes/libffi_apple/x86/ffiw64_x86_64.c \
_ctypes/libffi_apple/x86/unix64_x86_64.S \
_ctypes/libffi_apple/x86/win64_x86_64.S \
-I$(srcdir)/Modules/_ctypes/libffi_apple/include
_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/memory.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