diff --git a/builds/runtimes/python-3.5.1 b/builds/runtimes/python-3.5.1
index 08300a94bbbf932db5b8d5d47b22f2e457b1da8f..19a961637cb343661fcf464d1114f53de108c83a 100755
--- a/builds/runtimes/python-3.5.1
+++ b/builds/runtimes/python-3.5.1
@@ -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