projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4d83443
)
Win32 build should scan cpan/ as well as ext/
Steve Hay [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'});