Skip to content

build: re-use build environ for the install command

meson doesn't pass CC etc to g-ir-scanner and when the .gir is generated by "ninja install" then g-i falls back to the Python CC.

Make sure we use the same env vars for the install command.

Merge request reports