Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
olilarkin committed Jan 25, 2023
1 parent 631c95f commit bb11a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
RUN echo "alias python=python3 \n alias lr='ls -lart' \n alias cd..='cd ..'" >> "$HOME/.bashrc"

#patch emcc.py
RUN sed -i.bak s,"if not js_manipulation.isidentifier(settings.EXPORT_NAME):","if false:",g "/emsdk/upstream/emscripten/emcc.py"
RUN sed -i.bak s,"if not js_manipulation.isidentifier(settings.EXPORT_NAME):","if False:",g "/emsdk/upstream/emscripten/emcc.py"

0 comments on commit bb11a83

Please sign in to comment.