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 61af5fe commit 24656ddCopy full SHA for 24656dd
1 file changed
build_windows.cmd
@@ -10,8 +10,8 @@ cmake --build . --parallel --config Release
10
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" .
+copy "C:\Program Files\OpenSSL\libcrypto*.dll" .
+dumpbin.exe /dependents "_pydp.pyd"
+dumpbin.exe /dependents "libcrypto-3-x64.dll"
0 commit comments