mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue