Commit 4995eeec authored by Kenneth Reitz's avatar Kenneth Reitz

follow redirects

parent 0961b594
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment