Added static-python and static gdb submodules

This commit is contained in:
Roddy Rappaport
2024-12-05 10:44:08 +02:00
parent fa04d3a7a2
commit 46e8eb22a8
4 changed files with 10 additions and 8 deletions

View File

@ -201,14 +201,6 @@ function download_gdb_packages() {
fi
done
if [[ ! -d gdb-static ]]; then
git clone https://github.com/guyush1/binutils-gdb.git --single-branch --branch gdb-static
fi
if [[ ! -d python3.12-static ]]; then
git clone https://github.com/guyush1/cpython-static.git --single-branch --branch python3.12-static
fi
fancy_title "Finished downloading GDB packages"
popd
}