Skip to content

Commit

Permalink
Toolchain: Fix python build script.
Browse files Browse the repository at this point in the history
This fixes SerenityOS#995
  • Loading branch information
lnzero1dev authored and awesomekling committed Jan 25, 2020
1 parent 91b22e0 commit 9885ccb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Toolchain/BuildPython.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9885ccb

Please sign in to comment.