Skip to content

Commit 5f16c3c

Browse files
committed
Add _cbson files to _cmessage sources
1 parent cb97a4f commit 5f16c3c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,12 @@ def build_extension(self, ext):
263263
Extension(
264264
"pymongo._cmessage",
265265
include_dirs=["bson"],
266-
sources=["pymongo/_cmessagemodule.c", "bson/buffer.c"],
266+
sources=[
267+
"pymongo/_cmessagemodule.c",
268+
"bson/_cbsonmodule.c",
269+
"bson/time64.c",
270+
"bson/buffer.c",
271+
],
267272
),
268273
]
269274

0 commit comments

Comments
 (0)