This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d83443
)
Win32 build should scan cpan/ as well as ext/
author
Steve Hay
<SteveHay@planit.com>
Sun, 27 Sep 2009 11:29:59 +0000
(12:29 +0100)
committer
Steve Hay
<SteveHay@planit.com>
Sun, 27 Sep 2009 11:29:59 +0000
(12:29 +0100)
win32/config_sh.PL
patch
|
blob
|
blame
|
history
diff --git
a/win32/config_sh.PL
b/win32/config_sh.PL
index
c36eeb3
..
699cd7d
100644
(file)
--- a/
win32/config_sh.PL
+++ b/
win32/config_sh.PL
@@
-42,6
+42,7
@@
while (@{$optref} && $optref->[0] =~ /^([\w_]+)=(.*)$/) {
shift(@{$optref});
}
+FindExt::scan_ext("../cpan");
FindExt::scan_ext("../ext");
FindExt::set_static_extensions(split ' ', $opt{'static_ext'});