summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-09-28 10:48:11 +0100
committerNicholas Clark <nick@ccl4.org>2009-09-28 10:48:11 +0100
commitd284e2f9a7b9f1200f7e4be388deac2dd968a435 (patch)
tree3661c93c047a95a43ceefd2d74b005e685128150
parente3160748789c8366f0f8b6e4231496f2fb33cd14 (diff)
downloadperl-d284e2f9a7b9f1200f7e4be388deac2dd968a435.tar.gz
config_sh.PL need to scan dist/ as well as cpan/ and ext/
-rw-r--r--win32/config_sh.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/config_sh.PL b/win32/config_sh.PL
index 699cd7df8d..325ae80724 100644
--- a/win32/config_sh.PL
+++ b/win32/config_sh.PL
@@ -43,6 +43,7 @@ while (@{$optref} && $optref->[0] =~ /^([\w_]+)=(.*)$/) {
}
FindExt::scan_ext("../cpan");
+FindExt::scan_ext("../dist");
FindExt::scan_ext("../ext");
FindExt::set_static_extensions(split ' ', $opt{'static_ext'});