Skip to content

Commit 24656dd

Browse files
committed
debug23
1 parent 61af5fe commit 24656dd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build_windows.cmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ cmake --build . --parallel --config Release
1010
move "src\bindings\PyDP\Release\_pydp.*-win_amd64.pyd" "..\src\pydp\"
1111
cd ..\src\pydp\
1212
ren "_pydp.*-win_amd64.pyd" "_pydp.pyd"
13-
dumpbin.exe /dependents "_pydp.pyd"
14-
dumpbin.exe /dependents "libcrypto-3-x64.dll"
1513
dir "C:\Program Files\OpenSSL"
1614
dir "C:\Program Files\OpenSSL\bin"
17-
copy "C:\Program Files\OpenSSL\libcrypto*.dll" .
15+
copy "C:\Program Files\OpenSSL\libcrypto*.dll" .
16+
dumpbin.exe /dependents "_pydp.pyd"
17+
dumpbin.exe /dependents "libcrypto-3-x64.dll"

0 commit comments

Comments
 (0)