pgsql: Actually pick .lib file when multiple perl libs are present

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Actually pick .lib file when multiple perl libs are present
Date: 2018-03-04 17:04:56
Message-ID: E1esX4C-0002wG-76@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Actually pick .lib file when multiple perl libs are present

7240962f8626ff09bb8f9e71ecdb074775bdd035 got it right in the comment,
but the code did not actually do what the comment said. Fix that.

Issue pointed out by Noah Misch.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6946280cded903b6f5269fcce105f8ab1d455d33

Modified Files
--------------
src/tools/msvc/Mkvcbuild.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-03-05 16:52:24 pgsql: doc: Tiny whitespace fix
Previous Message Magnus Hagander 2018-03-04 17:04:54 Re: pgsql: Fix msvc builds for ActivePerl > 5.24