Skip to content

Commit 81d4b0e

Browse files
committed
blacklist type containing long double
1 parent 6ab8320 commit 81d4b0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.rs

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ fn main() {
4747
.header("src/ffi/rsmpi.h")
4848
.emit_builtins()
4949
.no_unstable_rust()
50+
.hide_type("mpich_struct_mpi_long_double_int")
5051
.generate()
5152
.unwrap();
5253

0 commit comments

Comments
 (0)