mirror of
https://github.com/libretro/RetroArch
synced 2024-12-28 09:29:16 +00:00
disable async for dosbox, compiler fails
This commit is contained in:
parent
46decc8c3b
commit
c8de418980
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user