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 31f44d6 commit 61af5feCopy full SHA for 61af5fe
1 file changed
build_windows.cmd
@@ -11,6 +11,7 @@ move "src\bindings\PyDP\Release\_pydp.*-win_amd64.pyd" "..\src\pydp\"
11
cd ..\src\pydp\
12
ren "_pydp.*-win_amd64.pyd" "_pydp.pyd"
13
dumpbin.exe /dependents "_pydp.pyd"
14
+dumpbin.exe /dependents "libcrypto-3-x64.dll"
15
dir "C:\Program Files\OpenSSL"
16
dir "C:\Program Files\OpenSSL\bin"
17
copy "C:\Program Files\OpenSSL\libcrypto*.dll" .
0 commit comments