From 4b53d66c3ccc0bd67ffe06dabada884aa619d786 Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Thu, 8 Oct 2020 04:34:13 +0200 Subject: [PATCH] Update cross_compile.sh --- jenkins/scripts/cross_compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)