Skip to content

Commit 88e7da0

Browse files
Leontkhwilliamson
authored andcommitted
Force path to ExtUtils::PL2Bat in make_ext.pl
1 parent c2aeacd commit 88e7da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make_ext.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
$ENV{PATH} = "$topdir;$topdir\\win32\\bin;$ENV{PATH}";
169169
my $pl2bat = "$topdir\\win32\\bin\\pl2bat";
170170
unless (-f "$pl2bat.bat") {
171-
my @args = ($perl, "-I$topdir\\lib", ("$pl2bat.pl") x 2);
171+
my @args = ($perl, "-I$topdir\\lib", "-I$topdir\\cpan\\ExtUtils-PL2Bat\\lib", ("$pl2bat.pl") x 2);
172172
print "@args\n" if $verbose;
173173
system(@args) unless IS_CROSS;
174174
}

0 commit comments

Comments
 (0)