pgsql: meson: Fix install-quiet after clean

2025-08-07 Thread Jacob Champion
meson: Fix install-quiet after clean libpq-oauth was missing from the installed_targets list, so $ ninja clean && ninja install-quiet failed with the error message ERROR: File 'src/interfaces/libpq-oauth/libpq-oauth.a' could not be found It seems a little odd to have to tell Meson what

pgsql: meson: Fix install-quiet after clean

2025-08-07 Thread Jacob Champion
meson: Fix install-quiet after clean libpq-oauth was missing from the installed_targets list, so $ ninja clean && ninja install-quiet failed with the error message ERROR: File 'src/interfaces/libpq-oauth/libpq-oauth.a' could not be found It seems a little odd to have to tell Meson what