Files
ci-emsdk/emsdk_env.sh
2014-11-18 00:42:02 +00:00

15 lines
252 B
Bash
Executable File

# 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
. ./emsdk_set_env.sh
popd > /dev/null