Skip to content

Commit 11c8ba1

Browse files
committed
Fix linking with libperl522.a for 32-bit build
1 parent cac452e commit 11c8ba1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tools/msvc/MSBuildProject.pm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,9 @@ EOF
345345
$d =~ s/__CFGNAME__/$cfgname/g;
346346
print $f " <ModuleDefinitionFile>$d</ModuleDefinitionFile>\n";
347347
}
348+
if ($self->{name} eq 'plperl' and $self->{platform} eq 'Win32') {
349+
print $f " <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>\n";
350+
}
348351
print $f <<EOF;
349352
</Link>
350353
<ResourceCompile>

0 commit comments

Comments
 (0)