2019-03-18 21:43:13 +03:00
|
|
|
#In your Fish configuration, add this line:
|
|
|
|
#alias emsdk_setup ". /path/to/emsdk/emsdk_env.fish"
|
|
|
|
#Now, when you want to use the SDK, run this alias first to set up
|
|
|
|
#your environment.
|
|
|
|
|
|
|
|
set -l script (status -f)
|
|
|
|
set -l dir (dirname $script)
|
|
|
|
|
2020-07-07 02:34:02 +03:00
|
|
|
$dir/emsdk construct_env
|
|
|
|
. $dir/emsdk_set_env.sh
|
2019-03-18 21:43:13 +03:00
|
|
|
|
|
|
|
set -e -l script
|
|
|
|
set -e -l dir
|