Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4a90181

Browse files
committed
Fix MSVC builds broken by xsubpp change
1 parent9a7d49d commit4a90181

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)

[8]ページ先頭

©2009-2025 Movatter.jp