summaryrefslogtreecommitdiff
path: root/test cases/rust/12 bindgen/src/global.c
AgeCommit message (Collapse)Author
2023-09-25rust: apply global, project, and environment C args to bindgenDylan Baker
This means that arguments set via `add_global_arguments`, `add_project_arguments` and by either the `-Dc_args` or `CFLAGS` are applied to bindgen as well. This can be important when, among other things, #defines are set via these mechanisms. Fixes: #12065