Fix cbindgen for disabled headers
This commit is contained in:
@@ -2,7 +2,8 @@ sys_includes = []
|
||||
include_guard = "_AIO_H"
|
||||
language = "C"
|
||||
style = "Tag"
|
||||
no_default_includes = true
|
||||
no_includes = true
|
||||
cpp_compat = true
|
||||
|
||||
[enum]
|
||||
prefix_with_name = true
|
||||
|
||||
@@ -2,7 +2,8 @@ sys_includes = ["stdint.h", "sys/types.h"]
|
||||
include_guard = "_FENV_H"
|
||||
language = "C"
|
||||
style = "Tag"
|
||||
no_default_includes = true
|
||||
no_includes = true
|
||||
cpp_compat = true
|
||||
|
||||
[enum]
|
||||
prefix_with_name = true
|
||||
|
||||
Reference in New Issue
Block a user