Skip to content
Snippets Groups Projects
Commit 4995eeec authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

follow redirects

parent 0961b594
No related branches found
No related tags found
No related merge requests found
...@@ -8,8 +8,7 @@ echo "Building libffi..." ...@@ -8,8 +8,7 @@ echo "Building libffi..."
SOURCE_TARBALL='https://github.com/atgreen/libffi/archive/master.tar.gz' SOURCE_TARBALL='https://github.com/atgreen/libffi/archive/master.tar.gz'
curl $SOURCE_TARBALL | tar xz curl -L $SOURCE_TARBALL | tar xz
# jx
mv libffi-master libffi mv libffi-master libffi
cd libffi cd libffi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment