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:
Sam Clegg
2023-04-10 13:54:35 -07:00
committed by GitHub
parent 886a44a5fe
commit 22ede2db8e
2 changed files with 4 additions and 4 deletions

View File

@@ -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) {