diff options
author | Emanuel Sprung <emanuel.sprung@gmail.com> | 2020-01-24 20:00:16 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-01-25 09:09:52 +0100 |
commit | 9885ccb7a73a34f86e15e4027a812926c676b2b7 (patch) | |
tree | 263a32f17e25d12270acdcb0355f19b24a70b350 /Toolchain/BuildPython.sh | |
parent | 91b22e049bb318135b1cd7cbbbc8e4e3c377c825 (diff) | |
download | serenity-9885ccb7a73a34f86e15e4027a812926c676b2b7.zip |
Toolchain: Fix python build script.
This fixes #995
Diffstat (limited to 'Toolchain/BuildPython.sh')
-rwxr-xr-x | Toolchain/BuildPython.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Toolchain/BuildPython.sh b/Toolchain/BuildPython.sh index e56d8fe934..5da3b33b51 100755 --- a/Toolchain/BuildPython.sh +++ b/Toolchain/BuildPython.sh @@ -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" |