Skip to content

Commit 315e763

Browse files
authored
Add windows download location to python search path - match manifest (#1024)
1 parent 714d434 commit 315e763

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

emsdk.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ $ScriptDirectory = Split-Path -parent $PSCommandPath
22

33
$PythonLocations = $(
44
"python\3.9.2-1_64bit\python.exe",
5+
"python\3.9.2-nuget_64bit\python.exe",
56
"python\3.7.4-pywin32_64bit\python.exe",
67
"python\3.7.4_64bit\python.exe",
78
"python\2.7.13.1_64bit\python-2.7.13.amd64\python.exe",

0 commit comments

Comments
 (0)