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

Commit11c8ba1

Browse files
committed
Fix linking with libperl522.a for 32-bit build
1 parentcac452e commit11c8ba1

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)

[8]ページ先頭

©2009-2025 Movatter.jp