Skip to content

Commit fb5071b

Browse files
Fix ffi-check
1 parent 0a38fa8 commit fb5071b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyo3-ffi-check/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ fn main() {
5959
.blocklist_item("FP_INT_TONEARESTFROMZERO")
6060
.blocklist_item("FP_INT_TONEAREST")
6161
.blocklist_item("FP_ZERO")
62+
.blocklist_item("PyBytesWriter")
6263
.generate()
6364
.expect("Unable to generate bindings");
6465

0 commit comments

Comments
 (0)