Skip to content
Snippets Groups Projects
Commit 14096e0c authored by cclauss's avatar cclauss
Browse files

fix @kennethreit's mess

Should fix issue https://github.com/heroku/heroku-buildpack-python/issues/181
parent 2631f520
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,6 @@ curl -L $SOURCE_TARBALL | tar xz ...@@ -10,6 +10,6 @@ curl -L $SOURCE_TARBALL | tar xz
mv Python-2.7.8 src mv Python-2.7.8 src
cd src cd src
./configure --prefix=$OUT_PREFIX ./configure --prefix=$OUT_PREFIX --enable-shared
make make
make install make install
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