diff --git a/assembly/native/build-macos-portable.sh b/assembly/native/build-macos-portable.sh index d17525f55..471f29afa 100644 --- a/assembly/native/build-macos-portable.sh +++ b/assembly/native/build-macos-portable.sh @@ -88,7 +88,7 @@ if [ ! -d "openssl_3" ]; then cd openssl_3 opensslPath=`pwd` git checkout openssl-3.1.4 - ./config -static + ./config make build_libs -j12 test $? -eq 0 || { echo "Can't compile openssl_3"; exit 1; } cd .. diff --git a/assembly/native/build-ubuntu-portable.sh b/assembly/native/build-ubuntu-portable.sh index aa2947cb7..39b49a38f 100644 --- a/assembly/native/build-ubuntu-portable.sh +++ b/assembly/native/build-ubuntu-portable.sh @@ -81,7 +81,7 @@ if [ ! -d "openssl_3" ]; then cd openssl_3 opensslPath=`pwd` git checkout openssl-3.1.4 - ./config -static + ./config make build_libs -j12 test $? -eq 0 || { echo "Can't compile openssl_3"; exit 1; } cd ..