pgsql: meson: Fix import library name in Windows

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: meson: Fix import library name in Windows
Date: 2024-06-20 07:08:59
Message-ID: E1sKBuk-002Fmi-9B@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

meson: Fix import library name in Windows

This changes the import library name from 'postgres.exe.lib' to
'postgres.lib', which is what it was with the old MSVC build system.
Extension builds use that name.

Bug: #18513
Reported-by: Muralikrishna Bandaru <muralikrishna(dot)bandaru(at)enterprisedb(dot)com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c61c0cb3a99285db36806b592bd8c540c98757e5

Modified Files
--------------
meson.build | 6 +++---
src/backend/meson.build | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-06-20 09:12:46 pgsql: Unify some error messages
Previous Message Nathan Bossart 2024-06-19 21:13:05 pgsql: Fix comment in pg_upgrade.h.