diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/xsubpp.PL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/xsubpp.PL b/utils/xsubpp.PL index c857df48e9..785ca821c3 100644 --- a/utils/xsubpp.PL +++ b/utils/xsubpp.PL @@ -35,7 +35,8 @@ use File::Spec; my $xsubpp = File::Spec->catfile(File::Spec->catdir(File::Spec->updir, qw(ext ExtUtils-ParseXS - lib ExtUtils xsubpp))); + lib ExtUtils)), + 'xsubpp'); if (open(XSUBPP, $xsubpp)) { print OUT <XSUBPP>; |