Add missing python locations to emsdk.ps1 (#615)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
$ScriptDirectory = Split-Path -parent $PSCommandPath
|
||||
|
||||
$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_32bit\python-2.7.13\python.exe",
|
||||
"python\2.7.5.3_64bit\python.exe",
|
||||
|
||||
Reference in New Issue
Block a user