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