Skip to content

Commit

Permalink
remove useless admonition
Browse files Browse the repository at this point in the history
  • Loading branch information
justjake committed Dec 24, 2023
1 parent 9e3aa7e commit d6b459e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/emcc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,9 @@ if [[ -z "$EMSDK_USE_DOCKER" ]] && command -v emcc >/dev/null; then
fi
fi

if [[ -z "$EMSDK_CACHE" ]]; then
echo "EMSDK_CACHE must be set to a path"
fi

if [[ -z "$EMSDK_PROJECT_ROOT" ]]; then
echo "EMSDK_PROJECT_ROOT must be set to a path"
exit 1
fi

DOCKER_ARGV=(
Expand Down

0 comments on commit d6b459e

Please sign in to comment.