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:
Sam Clegg
2020-07-06 16:34:02 -07:00
committed by GitHub
parent 92d512faa8
commit 819e95cd99
6 changed files with 34 additions and 43 deletions

View File

@@ -1,2 +1,2 @@
$ScriptDirectory = Split-Path -parent $PSCommandPath
& "$ScriptDirectory/emsdk.ps1" construct_env $args
& "$ScriptDirectory/emsdk.ps1" construct_env