[wasm] Handle multiple python directories in emsdk #51746
Labels
arch-wasm
WebAssembly architecture
area-Build-mono
in-pr
There is an active PR which will close this issue when it is merged
Milestone
Sometime emsdk can contain multiple versions of python or other tools. We use
$([System.IO.Directory]::GetDirectories($(_PythonToolsBasePath)))
to get the_PythonToolsVersionedPath
and assume there is only one subdirectory present.The text was updated successfully, but these errors were encountered: