diff --git a/builds/runtimes/python-2.7.8 b/builds/runtimes/python-2.7.8 index 1baeff9..0700989 100755 --- a/builds/runtimes/python-2.7.8 +++ b/builds/runtimes/python-2.7.8 @@ -10,6 +10,6 @@ curl -L $SOURCE_TARBALL | tar xz mv Python-2.7.8 src cd src -./configure --prefix=$OUT_PREFIX --enable-shared +./configure --prefix=$OUT_PREFIX make make install