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
(from parent 1:
e469bed
)
win32/ext doesn't exist any more, so no need to look there for extensions
author
Steve Hay
<SteveHay@planit.com>
Thu, 12 Feb 2009 11:16:20 +0000
(11:16 +0000)
committer
Steve Hay
<SteveHay@planit.com>
Thu, 12 Feb 2009 11:16:20 +0000
(11:16 +0000)
win32/config_sh.PL
patch
|
blob
|
blame
|
history
diff --git
a/win32/config_sh.PL
b/win32/config_sh.PL
index
2cdd155
..
c36eeb3
100644
(file)
--- a/
win32/config_sh.PL
+++ b/
win32/config_sh.PL
@@
-43,7
+43,6
@@
while (@{$optref} && $optref->[0] =~ /^([\w_]+)=(.*)$/) {
}
FindExt::scan_ext("../ext");
-FindExt::scan_ext("ext") if -d 'ext'; # also look in win32/ext/ if it exists
FindExt::set_static_extensions(split ' ', $opt{'static_ext'});
$opt{'nonxs_ext'} = join(' ',FindExt::nonxs_ext()) || ' ';