diff --git a/jenkins/scripts/cross_compile.sh b/jenkins/scripts/cross_compile.sh index 66a447b..1574703 100755 --- a/jenkins/scripts/cross_compile.sh +++ b/jenkins/scripts/cross_compile.sh @@ -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)