Changeset 573


Ignore:
Timestamp:
Nov 24, 2012, 7:25:40 PM (12 years ago)
Author:
Yuri Dario
Message:

perl: recognize both .a and .lib files when building modules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified perl/trunk/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm

    r572 r573  
    155155            elsif ( -f ( $fullname = "$thispth/Slib$thislib$Config_libext" ) ) {
    156156            }
    157             # klibc libext is .a but we can use .lib too
     157            # YD klibc libext is .a but we can use .lib too
    158158            elsif ( -f ( $fullname = "$thispth/$thislib.lib" ) ) {
    159159            }
Note: See TracChangeset for help on using the changeset viewer.