external/python3/python-3.8-msvc-libffi.patch.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f1cb3bb7739b2917a2ba2bce45885bd20f6f7fba Author: Taichi Haradaguchi <[email protected]> AuthorDate: Sun Oct 22 01:21:23 2023 +0900 Commit: Taichi Haradaguchi <[email protected]> CommitDate: Sun Oct 22 14:45:16 2023 +0200 Replace a tab with spaces Change-Id: I06805f3c07b5baedfd492d701cb6f46da5ea913f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158322 Tested-by: Jenkins Reviewed-by: Taichi Haradaguchi <[email protected]> diff --git a/external/python3/python-3.8-msvc-libffi.patch.1 b/external/python3/python-3.8-msvc-libffi.patch.1 index 7a4490cd2f34..674043a7dca6 100644 --- a/external/python3/python-3.8-msvc-libffi.patch.1 +++ b/external/python3/python-3.8-msvc-libffi.patch.1 @@ -10,7 +10,7 @@ </ItemDefinitionGroup> <ItemGroup> - <_LIBFFIDLL Include="$(libffiOutDir)\libffi-7.dll" /> -+ <_LIBFFIDLL Include="$(libffiOutDir)\libffi-8.dll" /> ++ <_LIBFFIDLL Include="$(libffiOutDir)\libffi-8.dll" /> </ItemGroup> <Target Name="_CopyLIBFFIDLL" Inputs="@(_LIBFFIDLL)" Outputs="@(_LIBFFIDLL->'$(OutDir)%(Filename)%(Extension)')" AfterTargets="Build"> <Copy SourceFiles="@(_LIBFFIDLL)" DestinationFolder="$(OutDir)" />
