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

Commitf0cd57f

Browse files
committed
meson: Fix binary mismatch for MSVC plperl vs gcc built perl libs
This mirrorsccc59a8.
1 parent4441fc7 commitf0cd57f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎meson.build

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -909,6 +909,12 @@ if not perlopt.disabled()
909909

910910
if host_system=='windows'
911911
perl_ccflags+= ['-DPLPERL_HAVE_UID_GID']
912+
913+
if cc.get_id()=='msvc'
914+
# prevent binary mismatch between MSVC built plperl and Strawberry or
915+
# msys ucrt perl libraries
916+
perl_ccflags+= ['-DNO_THREAD_SAFE_LOCALE']
917+
endif
912918
endif
913919

914920
message('CCFLAGS recommended by perl: @0@'.format(perl_ccflags_r))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp