Skip to content

Commit

Permalink
Fix error messages if emsdk not built (#1092)
Browse files Browse the repository at this point in the history
  • Loading branch information
dalcde committed Jan 10, 2021
1 parent 522b22d commit aa617cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyodide_env.sh
Expand Up @@ -6,4 +6,4 @@ ROOT=`dirname ${BASH_SOURCE[0]}`
# exist yet (i.e. before building emsdk)
source "$ROOT/emsdk/emsdk/emsdk_env.sh" 2> /dev/null || true
export PATH=$ROOT/ccache:$ROOT/node_modules/.bin/:$PATH
export EM_DIR=$(dirname $(which emcc.py))
export EM_DIR=$(dirname $(which emcc.py || echo "."))

0 comments on commit aa617cd

Please sign in to comment.