Change env variable EMSCRIPTEN_VERSION to 2.0.34

Change env variable EMSCRIPTEN_VERSION to 2.0.34
This commit is contained in:
Bensuperpc 2021-11-08 16:22:24 +01:00 committed by GitHub
parent 0aa303003f
commit 16b60946a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ RUN ln -s /usr/bin/python3 /usr/bin/python
#include "common.docker"
ENV EMSCRIPTEN_VERSION 2.0.31
ENV EMSCRIPTEN_VERSION 2.0.34
ENV PATH /emsdk:/emsdk/upstream/bin/:/emsdk/upstream/emscripten:${PATH}
ENV CC=/emsdk/upstream/emscripten/emcc \