From c8de4189803621a9fbbf4f4f78d62944542b8ffe Mon Sep 17 00:00:00 2001 From: radius Date: Wed, 28 Sep 2016 20:14:50 -0500 Subject: [PATCH] disable async for dosbox, compiler fails --- dist-scripts/dist-cores.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist-scripts/dist-cores.sh b/dist-scripts/dist-cores.sh index 09e643239d..ed3d5c9fae 100755 --- a/dist-scripts/dist-cores.sh +++ b/dist-scripts/dist-cores.sh @@ -150,7 +150,7 @@ for f in `ls -v *_${platform}.${EXT}`; do elif [ $name = "mupen64plus" ] ; then async=1 elif [ $name = "dosbox" ] ; then - async=1 + async=0 fi echo "-- Building core: $name --" if [ $PLATFORM = "unix" ]; then