Skip to content
Snippets Groups Projects

Dockerfile definition and helper scripts related to preparing a toolchain image able to produce WASM binaries

Merged Bartek Wrona requested to merge bw_emscripten_toolchain_image into develop
All threads resolved!
9 files
+ 104
44
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -29,7 +29,7 @@ printf "using clang : emscripten : emcc -s USE_ZLIB=1 -s USE_ICU=0 : <archiver>e
./b2 \
--build-dir="${TMP_SRC}/boost_build/" \
--prefix="${INSTALL_PREFIX}" \
-j $(nproc) \
-j "$(nproc)" \
-q \
runtime-link=static \
link=static \
Loading