Skip to content

Commit

Permalink
emscripten-buildbot.sh: target WebAssembly instead of asm.js.
Browse files Browse the repository at this point in the history
Fixes Bugzilla #5132.
  • Loading branch information
icculus committed May 18, 2020
1 parent db4246f commit c1ef549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/emscripten-buildbot.sh
Expand Up @@ -55,7 +55,7 @@ mkdir buildbot
pushd buildbot

echo "Configuring..."
emconfigure ../configure --host=asmjs-unknown-emscripten --disable-assembly --disable-threads --disable-cpuinfo CFLAGS="-O2 -Wno-warn-absolute-paths -Wdeclaration-after-statement -Werror=declaration-after-statement" --prefix="$PWD/emscripten-sdl2-installed" || exit $?
emconfigure ../configure --host=wasm-unknown-emscripten --disable-assembly --disable-threads --disable-cpuinfo CFLAGS="-O2 -Wno-warn-absolute-paths -Wdeclaration-after-statement -Werror=declaration-after-statement" --prefix="$PWD/emscripten-sdl2-installed" || exit $?

echo "Building..."
emmake $MAKE || exit $?
Expand Down

0 comments on commit c1ef549

Please sign in to comment.