Skip to content

Commit

Permalink
GNUmakefile: copy libmcfgthread-1.dll to 't' directory
Browse files Browse the repository at this point in the history
Avoids test failures when gcc is configured to use MCF threads.
See Issue Perl#21038
  • Loading branch information
sisyphus committed Nov 24, 2023
1 parent b2bbe7d commit eae6c7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions win32/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -1822,6 +1822,7 @@ test-prep-gcc :
if exist $(CCDLLDIR)\libstdc++-6.dll $(XCOPY) $(CCDLLDIR)\libstdc++-6.dll ..\t\$(NULL)
if exist $(CCDLLDIR)\libwinpthread-1.dll $(XCOPY) $(CCDLLDIR)\libwinpthread-1.dll ..\t\$(NULL)
if exist $(CCDLLDIR)\libquadmath-0.dll $(XCOPY) $(CCDLLDIR)\libquadmath-0.dll ..\t\$(NULL)
if exist $(CCDLLDIR)\libmcfgthread-1.dll $(XCOPY) $(CCDLLDIR)\libmcfgthread-1.dll ..\t\$(NULL)

endif

Expand Down

0 comments on commit eae6c7a

Please sign in to comment.