Update cross_compile.sh
This commit is contained in:
parent
9a8b3d6e82
commit
4b53d66c3c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user