projects
/
imager-screenshot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcdbb70
)
changes for mingw
author
Tony Cook
<tony@develop-help.com>
Sat, 30 Dec 2006 06:16:06 +0000
(06:16 +0000)
committer
Tony Cook
<tony@develop-help.com>
Sat, 30 Dec 2006 06:16:06 +0000
(06:16 +0000)
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index 7e19d212882d37cb56141f03d1e99033a1f26691..f598d1d2e821320be5002e4cf69b9a28018c5944 100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-104,7
+104,7
@@
sub find_header {
sub find_lib {
\r
my $name = shift;
\r
my @found;
\r
- if ($^O eq 'MSWin32') {
\r
+ if ($^O eq 'MSWin32'
&& $Config{_a} eq '.lib'
) {
\r
@found = _find_file($name . $Config{_a}, library_search_path());
\r
}
\r
else {
\r