diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-28 10:48:11 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-28 10:48:11 +0100 |
commit | d284e2f9a7b9f1200f7e4be388deac2dd968a435 (patch) | |
tree | 3661c93c047a95a43ceefd2d74b005e685128150 /win32/config_sh.PL | |
parent | e3160748789c8366f0f8b6e4231496f2fb33cd14 (diff) | |
download | perl-d284e2f9a7b9f1200f7e4be388deac2dd968a435.tar.gz |
config_sh.PL need to scan dist/ as well as cpan/ and ext/
Diffstat (limited to 'win32/config_sh.PL')
-rw-r--r-- | win32/config_sh.PL | 1 |
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'}); |