Toolchain: Fix python build script.

This fixes #995
This commit is contained in:
Emanuel Sprung 2020-01-24 20:00:16 +01:00 committed by Andreas Kling
parent 91b22e049b
commit 9885ccb7a7

View file

@ -21,8 +21,6 @@ echo SYSROOT is "$SYSROOT"
mkdir -p "$DIR/Tarballs"
source "$DIR/UseIt.sh"
pushd "$DIR/Tarballs"
if [ ! -e "$PYTHON_ARCHIVE" ]; then
curl -O "$PYTHON_URL"