Commit 8aeceb00 authored by Kenneth Reitz's avatar Kenneth Reitz

libffi

parent 022aa736
...@@ -14,10 +14,10 @@ cd autoconf-2.68 ...@@ -14,10 +14,10 @@ cd autoconf-2.68
make make
make install make install
cd .. cd ..
rm -fr autoconf-2.68
# Use new Python path, containing autoconf. # Use new Python path, containing autoconf.
export PATH="/app/.heroku/python/bin/:$PATH" export PATH="/app/.heroku/python/bin/:$PATH"
hash -r
echo "Building libffi..." echo "Building libffi..."
...@@ -34,4 +34,3 @@ make install ...@@ -34,4 +34,3 @@ make install
# Cleanup # Cleanup
cd .. cd ..
rm -fr 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