Skip to content

Commit 4a90181

Browse files
committed
Fix MSVC builds broken by xsubpp change
1 parent 9a7d49d commit 4a90181

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tools/msvc/Mkvcbuild.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,10 @@ sub mkvcbuild
108108
(my $xsc = $xs) =~ s/\.xs/.c/;
109109
if (Solution::IsNewer("$plperlsrc$xsc","$plperlsrc$xs"))
110110
{
111-
my $xsubppdir = first { -e "$_\\ExtUtils\\xsubpp.BAT" } @INC;
111+
my $xsubppdir = first { -e "$_\\ExtUtils\\xsubpp" } @INC;
112112
print "Building $plperlsrc$xsc...\n";
113113
system( $solution->{options}->{perl}
114114
. '/bin/perl '
115-
. $solution->{options}->{perl}
116115
. "$xsubppdir/ExtUtils/xsubpp -typemap "
117116
. $solution->{options}->{perl}
118117
. '/lib/ExtUtils/typemap '

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy