Skip to content
This repository was archived by the owner on Jan 8, 2021. It is now read-only.

Commit 0d219f5

Browse files
author
cclauss
committed
download_python()
1 parent 28bdeb6 commit 0d219f5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

builds/runtimes/python-3.2.5

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@
44

55
OUT_PREFIX=$1
66

7-
echo "Building Python..."
8-
SOURCE_TARBALL='http://python.org/ftp/python/3.2.5/Python-3.2.5.tgz'
9-
curl -L $SOURCE_TARBALL | tar xz
10-
mv Python-3.2.5 src
11-
cd src
7+
source ./download_python
8+
download_python "3.2.5"
129

10+
cd src
1311
./configure --prefix=$OUT_PREFIX --enable-shared
1412
make
1513
make install

0 commit comments

Comments
 (0)