pgsql: Actually pick .lib file when multiple perl libs are present - Mailing list pgsql-committers

From Magnus Hagander
Subject pgsql: Actually pick .lib file when multiple perl libs are present
Date
Msg-id E1esX4C-0002wG-76@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: pgsql: Fix msvc builds for ActivePerl > 5.24
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Remove some obsolete procedure-specific code from PLs