mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix build on Windows.
This commit is contained in:
parent
28a6aa45b9
commit
675ee9088f
1 changed files with 3 additions and 3 deletions
|
@ -621,7 +621,7 @@ win64:
|
||||||
winarm:
|
winarm:
|
||||||
perl Configure no-shared no-tests debug-VC-WIN64-ARM /FS
|
perl Configure no-shared no-tests debug-VC-WIN64-ARM /FS
|
||||||
win:
|
win:
|
||||||
jom -j%NUMBER_OF_PROCESSORS%
|
jom -j%NUMBER_OF_PROCESSORS% build_libs
|
||||||
mkdir out.dbg
|
mkdir out.dbg
|
||||||
move libcrypto.lib out.dbg
|
move libcrypto.lib out.dbg
|
||||||
move libssl.lib out.dbg
|
move libssl.lib out.dbg
|
||||||
|
@ -637,7 +637,7 @@ win64_release:
|
||||||
winarm_release:
|
winarm_release:
|
||||||
perl Configure no-shared no-tests VC-WIN64-ARM /FS
|
perl Configure no-shared no-tests VC-WIN64-ARM /FS
|
||||||
win_release:
|
win_release:
|
||||||
jom -j%NUMBER_OF_PROCESSORS%
|
jom -j%NUMBER_OF_PROCESSORS% build_libs
|
||||||
mkdir out
|
mkdir out
|
||||||
move libcrypto.lib out
|
move libcrypto.lib out
|
||||||
move libssl.lib out
|
move libssl.lib out
|
||||||
|
@ -733,7 +733,7 @@ mac:
|
||||||
""")
|
""")
|
||||||
|
|
||||||
stage('gas-preprocessor', """
|
stage('gas-preprocessor', """
|
||||||
winarm:
|
win:
|
||||||
git clone https://github.com/FFmpeg/gas-preprocessor
|
git clone https://github.com/FFmpeg/gas-preprocessor
|
||||||
cd gas-preprocessor
|
cd gas-preprocessor
|
||||||
echo @echo off > cpp.bat
|
echo @echo off > cpp.bat
|
||||||
|
|
Loading…
Add table
Reference in a new issue