no shared for python-3.5.1

This commit is contained in:
2016-03-15 14:22:31 -04:00
parent eab957c8c9
commit 783d9e4b12
+1 -1
View File
@@ -10,7 +10,7 @@ curl -L $SOURCE_TARBALL | tar xz
mv Python-3.5.1 src
cd src
./configure --prefix=$OUT_PREFIX --with-ensurepip=no --enable-shared
./configure --prefix=$OUT_PREFIX --with-ensurepip=no
make
make install