We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51b24d1 commit d369c93Copy full SHA for d369c93
other/emscripten/Dockerfile
@@ -34,6 +34,7 @@ RUN . "/work/emsdk/emsdk_env.sh" \
34
&& emconfigure ./configure --disable-shared \
35
--without-pthreads \
36
--disable-ssp --disable-asm --disable-pie \
37
+ --host x86_64-linux-gnu \
38
&& emmake make install -j8
39
40
# Build an unused libsodium binding first so emcc caches all the system
0 commit comments