Skip to content

Commit 569e8ca

Browse files
committed
Bind TSK_* and KAS_*
1 parent afe2505 commit 569e8ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ fn main() {
3636
.clang_arg("-Isubprojects/tskit/c/subprojects/kastore")
3737
.whitelist_type("tsk.*")
3838
.whitelist_function("tsk.*")
39+
.whitelist_type("TSK_.*")
40+
.whitelist_var("TSK_.*")
41+
.whitelist_type("KAS_.*")
42+
.whitelist_var("KAS_.*")
3943
.whitelist_type("kastore.*")
4044
.whitelist_function("kastore.*")
4145
// Tell cargo to invalidate the built crate whenever any of the

0 commit comments

Comments
 (0)