Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Nov 28, 2024
1 parent 8e1b5c4 commit 28b407a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN \
build-essential \
ccache \
libglib2.0-dev \
patchutils \
pkgconf \
# needed for Meson
ninja-build \
Expand All @@ -25,6 +26,7 @@ RUN \
# Emscripten patches
RUN \
curl -Ls https://github.com/emscripten-core/emscripten/compare/3.1.73...kleisauke:wasm-vips-3.1.73.patch | patch -p1 -d $EMSDK/upstream/emscripten && \
curl -Ls https://github.com/emscripten-core/emscripten/compare/06cebfc...kleisauke:mimalloc-update-577246d.patch | filterdiff -p1 -x ChangeLog.md | patch -p1 -d $EMSDK/upstream/emscripten && \
emcc --clear-cache && embuilder build sysroot --force

# Rust
Expand Down

0 comments on commit 28b407a

Please sign in to comment.