mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 13:17:08 +02:00
Fix debug-only openssl build on Windows
This commit is contained in:
parent
30819509d3
commit
d993386756
1 changed files with 3 additions and 3 deletions
|
@ -616,11 +616,11 @@ release:
|
|||
move out.dbg\\ossl_static.pdb out.dbg\\ossl_static
|
||||
jom clean
|
||||
move out.dbg\\ossl_static out.dbg\\ossl_static.pdb
|
||||
win32:
|
||||
win32_release:
|
||||
perl Configure no-shared no-tests VC-WIN32 /FS
|
||||
win64:
|
||||
win64_release:
|
||||
perl Configure no-shared no-tests VC-WIN64A /FS
|
||||
win:
|
||||
win_release:
|
||||
jom -j%NUMBER_OF_PROCESSORS%
|
||||
mkdir out
|
||||
move libcrypto.lib out
|
||||
|
|
Loading…
Add table
Reference in a new issue