Add activated_path_skip to node v14.18.2 packages (#1209)
This should have been part of #1189. See #1183.
This commit is contained in:
@@ -53,10 +53,6 @@ try {
|
||||
if (!$EMSDK_Path) {
|
||||
throw "No path is added!"
|
||||
}
|
||||
$EMSDK_NODE_Path = $path_split | Where-Object { $_ -like "$repo_root\node*" }
|
||||
if (!$EMSDK_NODE_Path) {
|
||||
throw "$repo_root\\node is not added to path."
|
||||
}
|
||||
|
||||
$EMSDK_UPSTREAM_Path = $path_split | Where-Object { $_ -like "$repo_root\upstream\emscripten*" }
|
||||
if (!$EMSDK_UPSTREAM_Path) {
|
||||
|
||||
Reference in New Issue
Block a user