diff options
Diffstat (limited to 'make_ext.pl')
-rw-r--r-- | make_ext.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make_ext.pl b/make_ext.pl index ce9e79ba7a..eac877f351 100644 --- a/make_ext.pl +++ b/make_ext.pl @@ -38,7 +38,7 @@ my @toolchain = qw(cpan/AutoLoader/lib ); # Used only in ExtUtils::Liblist::Kid::_win32_ext() -push @toolchain, 'ext/Text-ParseWords/lib' if $is_Win32; +push @toolchain, 'cpan/Text-ParseWords/lib' if $is_Win32; my @ext_dirs = qw(cpan dist ext); my $ext_dirs_re = '(?:' . join('|', @ext_dirs) . ')'; |