disable async for dosbox, compiler fails

This commit is contained in:
radius 2016-09-28 20:14:50 -05:00
parent 46decc8c3b
commit c8de418980

View File

@ -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