Skip to content

Commit d369c93

Browse files
committed
chore: Fix Emscripten build failing with no host specified
1 parent 51b24d1 commit d369c93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

other/emscripten/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ RUN . "/work/emsdk/emsdk_env.sh" \
3434
&& emconfigure ./configure --disable-shared \
3535
--without-pthreads \
3636
--disable-ssp --disable-asm --disable-pie \
37+
--host x86_64-linux-gnu \
3738
&& emmake make install -j8
3839

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

0 commit comments

Comments
 (0)