Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be72456 commit a5e1dbeCopy full SHA for a5e1dbe
2 files changed
PCbuild/get_externals.bat
@@ -54,7 +54,7 @@ echo.Fetching external libraries...
54
for %%e in (
55
bzip2-1.0.6
56
nasm-2.11.06
57
- openssl-1.0.1j
+ openssl-1.0.1l
58
tcl-core-8.6.3.1
59
tk-8.6.3.1
60
tix-8.4.3.4
PCbuild/python.props
@@ -34,7 +34,7 @@
34
<sqlite3Dir>$(ExternalsDir)sqlite-3.8.3.1\</sqlite3Dir>
35
<bz2Dir>$(ExternalsDir)bzip2-1.0.6\</bz2Dir>
36
<lzmaDir>$(ExternalsDir)xz-5.0.5\</lzmaDir>
37
- <opensslDir>$(ExternalsDir)openssl-1.0.1j\</opensslDir>
+ <opensslDir>$(ExternalsDir)openssl-1.0.1l\</opensslDir>
38
<nasmDir>$(ExternalsDir)\nasm-2.11.06\</nasmDir>
39
40
<!-- Suffix for all binaries when building for debug -->
0 commit comments