Add missing python locations to emsdk.ps1 (#615)
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
$ScriptDirectory = Split-Path -parent $PSCommandPath
|
$ScriptDirectory = Split-Path -parent $PSCommandPath
|
||||||
|
|
||||||
$PythonLocations = $(
|
$PythonLocations = $(
|
||||||
|
"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_64bit\python-2.7.13.amd64\python.exe",
|
||||||
"python\2.7.13.1_32bit\python-2.7.13\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_64bit\python.exe",
|
||||||
|
|||||||
@@ -477,7 +477,7 @@
|
|||||||
{
|
{
|
||||||
"version": "upstream-master",
|
"version": "upstream-master",
|
||||||
"bitness": 64,
|
"bitness": 64,
|
||||||
"uses": ["llvm-git-master-64bit", "node-12.18.1-64bit", "python-3.7.4-64bit", "emscripten-master-64bit", "binaryen-master-64bit"],
|
"uses": ["llvm-git-master-64bit", "node-12.18.1-64bit", "python-3.7.4-pywin32-64bit", "emscripten-master-64bit", "binaryen-master-64bit"],
|
||||||
"os": "win"
|
"os": "win"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -507,7 +507,7 @@
|
|||||||
{
|
{
|
||||||
"version": "fastcomp-master",
|
"version": "fastcomp-master",
|
||||||
"bitness": 64,
|
"bitness": 64,
|
||||||
"uses": ["fastcomp-clang-master-64bit", "node-12.18.1-64bit", "python-3.7.4-64bit", "java-8.152-64bit", "emscripten-master-64bit", "binaryen-master-64bit"],
|
"uses": ["fastcomp-clang-master-64bit", "node-12.18.1-64bit", "python-3.7.4-pywin32-64bit", "java-8.152-64bit", "emscripten-master-64bit", "binaryen-master-64bit"],
|
||||||
"os": "win"
|
"os": "win"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user