Fix debug-only openssl build on Windows

This commit is contained in:
Ilya Fedin 2024-06-30 10:31:39 +04:00 committed by John Preston
parent 30819509d3
commit d993386756

View file

@ -616,11 +616,11 @@ release:
move out.dbg\\ossl_static.pdb out.dbg\\ossl_static move out.dbg\\ossl_static.pdb out.dbg\\ossl_static
jom clean jom clean
move out.dbg\\ossl_static out.dbg\\ossl_static.pdb move out.dbg\\ossl_static out.dbg\\ossl_static.pdb
win32: win32_release:
perl Configure no-shared no-tests VC-WIN32 /FS perl Configure no-shared no-tests VC-WIN32 /FS
win64: win64_release:
perl Configure no-shared no-tests VC-WIN64A /FS perl Configure no-shared no-tests VC-WIN64A /FS
win: win_release:
jom -j%NUMBER_OF_PROCESSORS% jom -j%NUMBER_OF_PROCESSORS%
mkdir out mkdir out
move libcrypto.lib out move libcrypto.lib out