We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce2c8f commit 8f55efbCopy full SHA for 8f55efb
assembly/native/build-macos-portable.sh
@@ -88,7 +88,7 @@ if [ ! -d "openssl_3" ]; then
88
cd openssl_3
89
opensslPath=`pwd`
90
git checkout openssl-3.1.4
91
- ./config -static
+ ./config
92
make build_libs -j12
93
test $? -eq 0 || { echo "Can't compile openssl_3"; exit 1; }
94
cd ..
assembly/native/build-ubuntu-portable.sh
@@ -81,7 +81,7 @@ if [ ! -d "openssl_3" ]; then
81
82
83
84
85
86
87
0 commit comments