pgsql: meson: portname was set too early

Started by Peter Eisentrautover 2 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

meson: portname was set too early

portname is set to host_system, but host_system might still be changed
later in the file. As a consequence, platforms where host_system is
changed later wouldn't find some of their platform-specific files
(driven by portname), and the build would fail. Move the assignment
of portname further down after the last change of host_system (but
before further overriding assignments to portname).

Discussion: /messages/by-id/CAC7zN94TdsHhY88XkroJzSMx7E=BQpV9LKKjNSEnTM04ihoWCA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4b4b3467ee36d11b6bf791731532ab962b0379be

Modified Files
--------------
meson.build | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)