mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
follow redirects
This commit is contained in:
@@ -8,8 +8,7 @@ echo "Building libffi..."
|
||||
|
||||
SOURCE_TARBALL='https://github.com/atgreen/libffi/archive/master.tar.gz'
|
||||
|
||||
curl $SOURCE_TARBALL | tar xz
|
||||
# jx
|
||||
curl -L $SOURCE_TARBALL | tar xz
|
||||
mv libffi-master libffi
|
||||
|
||||
cd libffi
|
||||
|
||||
Reference in New Issue
Block a user