From 97e6ee85e1b8f8bb41e18c76c23d93ca5182d916 Mon Sep 17 00:00:00 2001 From: Maxim Biro Date: Sat, 13 Jul 2024 09:50:47 -0400 Subject: [PATCH] chore: Fix Emscripten build failing with no host specified --- other/emscripten/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/other/emscripten/Dockerfile b/other/emscripten/Dockerfile index 112b75672b4..d7dc1b985fd 100644 --- a/other/emscripten/Dockerfile +++ b/other/emscripten/Dockerfile @@ -34,6 +34,7 @@ RUN . "/work/emsdk/emsdk_env.sh" \ && emconfigure ./configure --disable-shared \ --without-pthreads \ --disable-ssp --disable-asm --disable-pie \ + --host none-none-none \ && emmake make install -j8 # Build an unused libsodium binding first so emcc caches all the system