You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[bld] Fix the include subdirectories variables in meson.build
I was incorrectly using 'inc' twice. That refers to the include/
directory here, but I was using it first for system includes. So
rename the latter to sysinc for various checks in meson.build.
I did this to fix the #include problem with libtoml/toml.h, which
should not use relative includes. It should just name the file and
let it get picked up via the -I search paths.
Signed-off-by: David Cantrell <[email protected]>
0 commit comments