Cleanup emsdk_env scripts (#539)
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.
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
$ScriptDirectory = Split-Path -parent $PSCommandPath
|
||||
& "$ScriptDirectory/emsdk.ps1" construct_env $args
|
||||
& "$ScriptDirectory/emsdk.ps1" construct_env
|
||||
|
||||
Reference in New Issue
Block a user