Closed treeswift closed 9 months ago
Adding /opt/local/include as an explicit ci component helps, but a proper solution should be less invasive.
/opt/local/include
ci
Given the inflexibility of Meson's default sysroot layout, picking up get_option('prefix') + '/include' in meson.build seems to be acceptable as a fix.
get_option('prefix') + '/include'
meson.build
Adding
/opt/local/include
as an explicitci
component helps, but a proper solution should be less invasive.