/build-extras/2009.1-tahi/Depends.pm.diff
https://code.google.com/p/camelbox/ · text · 17 lines · 17 code · 0 blank · 0 comment · 0 complexity · a7dc0094d5b08007671346022d8bd72d MD5 · raw file
- 304,305c304,305
- < MSWin32 => sub { $_[0] . '.lib' },
- < cygwin => sub { $_[0] . '.dll'},
- ---
- > MSWin32 => sub { ($_[0] . '.lib', $_[0] . '.dll.a') },
- > cygwin => sub { ($_[0] . '.dll') },
- 313c313
- < my $lib = $mapper->($stem);
- ---
- > for my $lib ($mapper->($stem)) {
- 319c319,320
- < if ((not $matching_file) && /$pattern/) {;
- ---
- > if ((not $matching_file) && /$pattern/)
- > {;
- 327a329
- > }