diff options
| author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-08-27 16:28:30 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-27 16:28:30 (GMT) |
| commit | 399cd466d0379d12e4af343a49ca7e8ec84997fa (patch) | |
| tree | f86587100cee24ac97afca65d64c2cc008500ca0 /PCbuild/python.props | |
| parent | 2351ff2c8f9f4ff0d3eb5cfa8c354ee8864789cc (diff) | |
| download | cpython-399cd466d0379d12e4af343a49ca7e8ec84997fa.zip cpython-399cd466d0379d12e4af343a49ca7e8ec84997fa.tar.gz cpython-399cd466d0379d12e4af343a49ca7e8ec84997fa.tar.bz2 | |
bpo-45022: Pin current libffi build to fixed version in preparation for upcoming update (GH-27982)
Also improve the build script for libffi, which is not used as part of the regular build.
(cherry picked from commit 969ae7f7356584e30667b4e490ffa2ffa1810429)
Co-authored-by: Steve Dower <steve.dower@python.org>
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 6062510..da65df5 100644 --- a/PCbuild/python.props +++ b/PCbuild/python.props @@ -60,8 +60,8 @@ <sqlite3Dir>$(ExternalsDir)sqlite-3.35.5.0\</sqlite3Dir> <bz2Dir>$(ExternalsDir)bzip2-1.0.6\</bz2Dir> <lzmaDir>$(ExternalsDir)xz-5.2.2\</lzmaDir> - <libffiDir>$(ExternalsDir)libffi\</libffiDir> - <libffiOutDir>$(ExternalsDir)libffi\$(ArchName)\</libffiOutDir> + <libffiDir>$(ExternalsDir)libffi-3.3.0\</libffiDir> + <libffiOutDir>$(ExternalsDir)libffi-3.3.0\$(ArchName)\</libffiOutDir> <libffiIncludeDir>$(libffiOutDir)include</libffiIncludeDir> <opensslDir>$(ExternalsDir)openssl-1.1.1k\</opensslDir> <opensslOutDir>$(ExternalsDir)openssl-bin-1.1.1k-1\$(ArchName)\</opensslOutDir> |
