We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf9282 commit 6c26897Copy full SHA for 6c26897
script/bootstrap
@@ -113,6 +113,7 @@ check_deps ()
113
sslSource=$(find $brew_prefix -name libcrypto.a | grep openssl | sort | head -1 | xargs dirname)
114
echo "Find libcrypto.a and take first $sslSource and copy to $install_path"
115
cp $sslSource/* $install_path 2>/dev/null | echo "Copy and ignore subdirectory. This makes build work on x86 and arm64"
116
+ ls -la $install_path
117
}
118
119
main
0 commit comments