Skip to content

Commit af4460e

Browse files
committed
windows: annotate libffi as a dependency of _ctypes
Otherwise this isn't captured in the metadata and the library isn't copied/linked as necessary.
1 parent b87a4dd commit af4460e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpython-windows/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"allow_missing_preprocessor": True
4545
},
4646
"_bz2": {},
47-
"_ctypes": {},
47+
"_ctypes": {"shared_depends": ["libffi-7"]},
4848
"_decimal": {},
4949
"_elementtree": {},
5050
"_hashlib": {

0 commit comments

Comments
 (0)