Update cross_compile.sh

This commit is contained in:
Andrea Cavalli 2020-10-08 04:34:13 +02:00
parent 9a8b3d6e82
commit 4b53d66c3c
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ cd /home/jenkins/openssl_cross
export CC=
nice -n 5 chrt -b 0 ./Configure --cross-compile-prefix=x86_64-w64-mingw32- --prefix=/home/jenkins/openssl_cross mingw64 shared
nice -n 5 chrt -b 0 make 2>&1 | tee make.log
nice -n 5 chrt -b 0 sudo make install
nice -n 5 chrt -b 0 sudo make install || true
# ====== Prepare TdLib
# Cross compilation preparation (also needed for split sources)