diff options
author | Steve Dower <steve.dower@python.org> | 2022-09-23 15:07:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-23 15:07:53 (GMT) |
commit | f1cca801f50a92c0affede6bc22c3c1ec211358d (patch) | |
tree | d3b468b0389e15aee54a5c6cb9a58f222ef46f76 /PCbuild/python.props | |
parent | 80bc7d7c0a3f777da244ec79429baf382523b8da (diff) | |
download | cpython-f1cca801f50a92c0affede6bc22c3c1ec211358d.zip cpython-f1cca801f50a92c0affede6bc22c3c1ec211358d.tar.gz cpython-f1cca801f50a92c0affede6bc22c3c1ec211358d.tar.bz2 |
gh-96965: Update Windows release to libffi 3.4.3 (GH-97512)
Diffstat (limited to 'PCbuild/python.props')
-rw-r--r-- | PCbuild/python.props | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/python.props b/PCbuild/python.props index efcb480..c3ab12e 100644 --- a/PCbuild/python.props +++ b/PCbuild/python.props @@ -64,8 +64,8 @@ <sqlite3Dir>$(ExternalsDir)sqlite-3.38.4.0\</sqlite3Dir> <bz2Dir>$(ExternalsDir)bzip2-1.0.8\</bz2Dir> <lzmaDir>$(ExternalsDir)xz-5.2.5\</lzmaDir> - <libffiDir>$(ExternalsDir)libffi-3.4.2\</libffiDir> - <libffiOutDir>$(ExternalsDir)libffi-3.4.2\$(ArchName)\</libffiOutDir> + <libffiDir>$(ExternalsDir)libffi-3.4.3\</libffiDir> + <libffiOutDir>$(ExternalsDir)libffi-3.4.3\$(ArchName)\</libffiOutDir> <libffiIncludeDir>$(libffiOutDir)include</libffiIncludeDir> <opensslDir>$(ExternalsDir)openssl-1.1.1q\</opensslDir> <opensslOutDir>$(ExternalsDir)openssl-bin-1.1.1q\$(ArchName)\</opensslOutDir> |