diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2016-10-11 03:11:12 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2016-10-11 03:11:12 (GMT) |
commit | fd28cbef4b1a1b85f8fc6d936a8916302abdf171 (patch) | |
tree | 40c1657b88a6aa9df76135058adbdf4cdeab158f /PCbuild/python.props | |
parent | d2a584b47b30f2e8189730201c4d19d51cdd0e89 (diff) | |
parent | 068534ab037236aa80d489383aded87c28553eb0 (diff) | |
download | cpython-fd28cbef4b1a1b85f8fc6d936a8916302abdf171.zip cpython-fd28cbef4b1a1b85f8fc6d936a8916302abdf171.tar.gz cpython-fd28cbef4b1a1b85f8fc6d936a8916302abdf171.tar.bz2 |
Issue #28248: Merge with 3.4
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 ee70210..1553731 100644 --- a/PCbuild/python.props +++ b/PCbuild/python.props @@ -46,7 +46,7 @@ <sqlite3Dir>$(ExternalsDir)sqlite-3.8.11.0\</sqlite3Dir> <bz2Dir>$(ExternalsDir)bzip2-1.0.6\</bz2Dir> <lzmaDir>$(ExternalsDir)xz-5.0.5\</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> |