Remove old Python versions from manifest: no package uses these python versions anymore. (#1465)
This commit is contained in:
10
emsdk.ps1
10
emsdk.ps1
@@ -2,15 +2,7 @@ $ScriptDirectory = Split-Path -parent $PSCommandPath
|
||||
|
||||
$PythonLocations = $(
|
||||
"python\3.9.2-1_64bit\python.exe",
|
||||
"python\3.9.2-nuget_64bit\python.exe",
|
||||
"python\3.7.4-pywin32_64bit\python.exe",
|
||||
"python\3.7.4_64bit\python.exe",
|
||||
"python\2.7.13.1_64bit\python-2.7.13.amd64\python.exe",
|
||||
"python\2.7.13.1_32bit\python-2.7.13\python.exe",
|
||||
"python\2.7.5.3_64bit\python.exe",
|
||||
"python\2.7.5.3_32bit\python.exe",
|
||||
"python\2.7.5_64bit\python.exe",
|
||||
"python\2.7.5.1_32bit\python.exe"
|
||||
"python\3.9.2-nuget_64bit\python.exe"
|
||||
)
|
||||
|
||||
# Find python from an explicit location relative to the Emscripten SDK.
|
||||
|
||||
Reference in New Issue
Block a user