[MIRROR] Adds Juke Build (#9006)

Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: Kashargul <KashL@t-online.de>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2
2024-09-23 17:30:54 -07:00
committed by GitHub
parent ff417ea090
commit 95a4a5c1dd
42 changed files with 477 additions and 155 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ if [ "$TG_BOOTSTRAP_CACHE" ]; then
fi
OldPWD="$PWD"
cd "$Bootstrap/../.."
. ./_build_dependencies.sh # sets PYTHON_VERSION
. ./dependencies.sh # sets PYTHON_VERSION
cd "$OldPWD"
PythonVersion="$PYTHON_VERSION"
PythonDir="$Cache/python-$PythonVersion"