Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A clerical error in the compilation log. #109

Open
Jackie9527 opened this issue Mar 29, 2022 · 0 comments
Open

A clerical error in the compilation log. #109

Jackie9527 opened this issue Mar 29, 2022 · 0 comments

Comments

@Jackie9527
Copy link
Contributor

echo "--------------- Cloning libffi 1.0.8 and building static version ---------------"
echo ""
git clone https://github.com/libffi/libffi.git --branch "v3.4.2" --depth 1
if [[ ! -d "libffi" ]]; then

It should be

echo "--------------- Cloning libffi v3.4.2 and building static version ---------------" 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant