mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
bpo-31392: Update SSL build for 1.1.0 (#3448)
This commit is contained in:
parent
efb1d0a3c0
commit
b84bcc48ae
11 changed files with 74 additions and 115 deletions
|
|
@ -18,7 +18,7 @@
|
|||
<file src="python*.pdb" target="tools" exclude="*_d*" />
|
||||
<file src="*.pdb" target="tools\DLLs" exclude="python*;*_test*;xx*;_freeze*;*_d*;py.*;pyw.*;pyshellext.*" />
|
||||
<file src="*.pyd" target="tools\DLLs" exclude="python*;*_test*;xx*;_freeze*;*_d*;py.*;pyw.*;pyshellext.*" />
|
||||
<file src="libeay32.dll;ssleay32.dll;sqlite3.dll" target="tools\DLLs" />
|
||||
<file src="libeay32.pdb;ssleay32.pdb;sqlite3.pdb" target="tools\DLLs" />
|
||||
<file src="libcrypto*.dll;libssl*.dll;sqlite3.dll" target="tools\DLLs" />
|
||||
<file src="libcrypto*.pdb;libssl*.pdb;sqlite3.pdb" target="tools\DLLs" />
|
||||
</files>
|
||||
</package>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue