3 lines
98 B
PowerShell
3 lines
98 B
PowerShell
$ScriptDirectory = Split-Path -parent $PSCommandPath
|
|
& "$ScriptDirectory/emsdk.ps1" construct_env
|