Remove old Python versions from manifest: no package uses these python versions anymore. (#1465)

This commit is contained in:
juj
2024-10-17 19:47:11 +03:00
committed by GitHub
parent 8e661c80d4
commit 2c42698bcd
5 changed files with 2 additions and 104 deletions

3
emsdk
View File

@@ -9,9 +9,6 @@
# First look for python bundled in Emsdk
if [ -z "$EMSDK_PYTHON" ]; then
PYTHON3="$(dirname "$0")/python/3.9.2-1_64bit/bin/python3"
if [ ! -f "$PYTHON3" ]; then
PYTHON3="$(dirname "$0")/python/3.7.4-2_64bit/bin/python3"
fi
if [ -f "$PYTHON3" ]; then
EMSDK_PYTHON="$PYTHON3"