Skip to content

Commit c219c93

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def build_extension(self, ext):
263263
Extension(
264264
"pymongo._cmessage",
265265
include_dirs=["bson"],
266-
sources=["pymongo/_cmessagemodule.c", "bson/buffer.c"],
266+
sources=["pymongo/_cmessagemodule.c", "bson/_cbsonmodule.c", "bson/time64.c", "bson/buffer.c"],
267267
),
268268
]
269269

0 commit comments

Comments
 (0)