mirror of
https://github.com/joleuger/vuinputd.git
synced 2026-07-18 00:45:07 +00:00
Merge pull request #8 from griffi-gh/patch-1
fix build failure with nixos libfuse3 headers
This commit is contained in:
commit
b5889e6189
1 changed files with 2 additions and 1 deletions
|
|
@ -23,7 +23,8 @@ fn fuse_binding_filter(builder: bindgen::Builder) -> bindgen::Builder {
|
|||
.allowlist_function("(?i)^fuse.*")
|
||||
.allowlist_var("(?i)^fuse.*")
|
||||
.blocklist_type("fuse_log_func_t")
|
||||
.blocklist_function("fuse_set_log_func");
|
||||
.blocklist_function("fuse_set_log_func")
|
||||
.allowlist_type("^libfuse_version$");
|
||||
builder
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue