From d56cca173d646371eb04bcda48bbfd4583f5d6a3 Mon Sep 17 00:00:00 2001 From: radius Date: Wed, 28 Sep 2016 17:57:32 -0500 Subject: [PATCH] (ems) try a different libco implementation for emscripten --- dist-scripts/dist-cores.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dist-scripts/dist-cores.sh b/dist-scripts/dist-cores.sh index af651d5a29..825f2fbbf9 100755 --- a/dist-scripts/dist-cores.sh +++ b/dist-scripts/dist-cores.sh @@ -148,6 +148,8 @@ for f in `ls -v *_${platform}.${EXT}`; do big_stack="BIG_STACK=1" elif [ $name = "mupen64plus" ] ; then async=1 + elif [ $name = "dosbox" ] ; then + async=1 fi echo "-- Building core: $name --" if [ $PLATFORM = "unix" ]; then