Remove the optional argument to contruct_env. It simple if we always construct the env in the same place. Avoid using temp files, and avoid changing directory.
3 lines
98 B
PowerShell
3 lines
98 B
PowerShell
$ScriptDirectory = Split-Path -parent $PSCommandPath
|
|
& "$ScriptDirectory/emsdk.ps1" construct_env
|