Skip to content

Commit

Permalink
chore: Fix Emscripten build failing with no host specified
Browse files Browse the repository at this point in the history
  • Loading branch information
nurupo committed Jul 13, 2024
1 parent 51b24d1 commit d369c93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions other/emscripten/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ RUN . "/work/emsdk/emsdk_env.sh" \
&& emconfigure ./configure --disable-shared \
--without-pthreads \
--disable-ssp --disable-asm --disable-pie \
--host x86_64-linux-gnu \
&& emmake make install -j8

# Build an unused libsodium binding first so emcc caches all the system
Expand Down

0 comments on commit d369c93

Please sign in to comment.