Add missing python locations to emsdk.ps1 (#615)

This commit is contained in:
Amin Yahyaabadi
2020-09-15 17:14:52 -05:00
committed by GitHub
parent a94f2fe06c
commit edc53e7a0a
2 changed files with 4 additions and 2 deletions

View File

@@ -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",

View File

@@ -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"
}, },
{ {