Skip to content

Commit

Permalink
Upgrade Emscripten
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed Nov 15, 2023
1 parent 223718d commit 758b5bb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
FROM emscripten/emsdk:3.1.47
FROM emscripten/emsdk:3.1.49
RUN apt-get update && apt-get install -qqy autoconf autopoint pkg-config libtool libtool-bin
# Include fix from https://github.com/emscripten-core/emscripten/pull/20452.
# Remove when 3.1.48 is released.
RUN emsdk install releases-e7f0e42ac993b2a9e0416cd35e6f4bc57519a0db-64bit
WORKDIR /src
CMD ["sh", "-c", "emmake make -j`nproc`"]
CMD ["sh", "-c", "emmake make -j$(nproc)"]

0 comments on commit 758b5bb

Please sign in to comment.