meson: Add prefix=/usr/local/pgsql to default_options

Andres Freund <andres@anarazel.de>

Commit: 1360943d1ac03240fc719a459aed4ad4f9f9b5d4
Author: Andres Freund <andres@anarazel.de>
Date: 2022-10-01T19:41:37Z
Releases: 16.0
meson: Add prefix=/usr/local/pgsql to default_options

autoconf set PREFIX to /usr/local/pgsql, so using the same default for meson
makes sense. The effect on windows is that installation defaults to installing
to C:/usr/local/pgsql rather than meson's default of C:/, which doesn't seem
perfect, but OK enough.

Signed-off-by: Junwang Zhao <zhjwpku@gmail.com>
Author: Junwang Zhao <zhjwpku@gmail.com>
Discussion: https://postgr.es/CAEG8a3LGWE-gG6vuddmH91RORhi8gWs0mMB-hcTmP3_NVgM7dg@mail.gmail.com

Files

PathChange+/−
meson.build modified +4 −0