Dave Page wrote:
On Thu, Jun 4, 2009 at 5:23 PM, Andrew Dunstan <and...@dunslane.net> wrote:

Yeah. The patch below should be far more future-proof (and past-proof, for
that matter).

Dave, any chance you can test it?

Doesn't work here, presumably because there is a PerlEz.lib in the
same directory as Perl510.lib, causing the glob to match more than 1
file.


OK. try with this please:

       my @perl_libs = grep { /perl\d+.lib$/ }
           glob($solution->{options}->{perl} . '\lib\CORE\perl*.lib');

cheers

andrew

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to