forked from beeware/Python-Apple-support
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSetup.watchOS
More file actions
31 lines (26 loc) · 927 Bytes
/
Setup.watchOS
File metadata and controls
31 lines (26 loc) · 927 Bytes
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
#####################################################################
# watchOS: Platform specific configuration
#####################################################################
*static*
_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.xcframework/{{slice}}/Headers \
-DPy_BUILD_CORE_MODULE \
-DHAVE_FFI_CLOSURE_ALLOC \
-DHAVE_FFI_PREP_CIF_VAR \
-DHAVE_FFI_PREP_CLOSURE_LOC \
-DUSING_MALLOC_CLOSURE_DOT_C \
-L$(srcdir)/../Support/libFFI.xcframework/{{slice}} \
-lFFI
#####################################################################
# DISABLED Modules that require additional frameworks
#####################################################################
*disabled*
_curses
_curses_panel
_posixshmem