Skip to content

Commit 6c26897

Browse files
committed
bootstrap more verbose
1 parent eaf9282 commit 6c26897

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/bootstrap

+1
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ check_deps ()
113113
sslSource=$(find $brew_prefix -name libcrypto.a | grep openssl | sort | head -1 | xargs dirname)
114114
echo "Find libcrypto.a and take first $sslSource and copy to $install_path"
115115
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
116117
}
117118

118119
main

0 commit comments

Comments
 (0)