Files
ci-emsdk/emsdk_env.sh

15 lines
252 B
Bash
Raw Normal View History

2014-11-18 00:42:02 +00:00
# This script is sourced by the user and uses
# their shell. Try not to use bashisms.
SRC="$BASH_SOURCE"
if [ "$SRC" = "" ]; then
SRC="$_"
fi
pushd `dirname "$SRC"` > /dev/null
unset SRC
./emsdk construct_env
2014-11-18 00:42:02 +00:00
. ./emsdk_set_env.sh
popd > /dev/null