Exclude unneeded types that caused errors
This commit is contained in:
parent
ea68cd45fd
commit
d3fcd8eb7d
1 changed files with 1 additions and 0 deletions
1
build.rs
1
build.rs
|
@ -6,6 +6,7 @@ fn main() {
|
||||||
.layout_tests(false)
|
.layout_tests(false)
|
||||||
.blocklist_item("_GLIBC:*")
|
.blocklist_item("_GLIBC:*")
|
||||||
.blocklist_type("std_.*")
|
.blocklist_type("std_.*")
|
||||||
|
.blocklist_item("__gnu_cxx.*")
|
||||||
.generate()
|
.generate()
|
||||||
.expect("Unable to create rfactor structs");
|
.expect("Unable to create rfactor structs");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue