diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2016-10-11 03:28:39 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2016-10-11 03:28:39 (GMT) |
commit | 0732fd62d9b46950c36468d9dfdca10ba30751a4 (patch) | |
tree | b93fc89a80498de2bd2b5aaee6786fd9ec3505a8 /PCbuild/python.props | |
parent | 96cbbdd8c7b7b980e21a68e694907335ec934df4 (diff) | |
parent | c08bb6c63a780d5558200f2fbf8619f31114f378 (diff) | |
download | cpython-0732fd62d9b46950c36468d9dfdca10ba30751a4.zip cpython-0732fd62d9b46950c36468d9dfdca10ba30751a4.tar.gz cpython-0732fd62d9b46950c36468d9dfdca10ba30751a4.tar.bz2 |
Issue #28248: Merge with 3.6
Diffstat (limited to 'PCbuild/python.props')
-rw-r--r-- | PCbuild/python.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/python.props b/PCbuild/python.props index 2b9b903..fd7c4ad 100644 --- a/PCbuild/python.props +++ b/PCbuild/python.props @@ -45,7 +45,7 @@ <sqlite3Dir>$(ExternalsDir)sqlite-3.14.1.0\</sqlite3Dir> <bz2Dir>$(ExternalsDir)bzip2-1.0.6\</bz2Dir> <lzmaDir>$(ExternalsDir)xz-5.2.2\</lzmaDir> - <opensslDir>$(ExternalsDir)openssl-1.0.2h\</opensslDir> + <opensslDir>$(ExternalsDir)openssl-1.0.2j\</opensslDir> <opensslIncludeDir>$(opensslDir)include32</opensslIncludeDir> <opensslIncludeDir Condition="'$(ArchName)' == 'amd64'">$(opensslDir)include64</opensslIncludeDir> <nasmDir>$(ExternalsDir)\nasm-2.11.06\</nasmDir> |