Commit b7e5acb
Use -idirafter for system includes in translation unit (#64)
Change get_includes() paths from -I to -idirafter so they are
searched after all system headers. This prevents include-path
conflicts when the libclang version differs from the system
compiler (e.g. FreeBSD with clang-19 system headers and
libclang-21), where -I would break #include_next chains.
Co-authored-by: elliejs <elliejs@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent f378d84 commit b7e5acb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments