Skip to content

Commit

Permalink
bootstrap more verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Feb 2, 2025
1 parent eaf9282 commit 6c26897
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ check_deps ()
sslSource=$(find $brew_prefix -name libcrypto.a | grep openssl | sort | head -1 | xargs dirname)
echo "Find libcrypto.a and take first $sslSource and copy to $install_path"
cp $sslSource/* $install_path 2>/dev/null | echo "Copy and ignore subdirectory. This makes build work on x86 and arm64"
ls -la $install_path
}

main

0 comments on commit 6c26897

Please sign in to comment.