Merge pull request #3649 from loganmc10/patch-5
glupen64 no longer depends on asyncify
This commit is contained in:
commit
1ed4e6148d
|
@ -148,8 +148,6 @@ for f in `ls -v *_${platform}.${EXT}`; do
|
||||||
big_stack="BIG_STACK=1"
|
big_stack="BIG_STACK=1"
|
||||||
elif [ $name = "mupen64plus" ] ; then
|
elif [ $name = "mupen64plus" ] ; then
|
||||||
async=1
|
async=1
|
||||||
elif [ $name = "glupen64" ] ; then
|
|
||||||
async=1
|
|
||||||
fi
|
fi
|
||||||
echo "-- Building core: $name --"
|
echo "-- Building core: $name --"
|
||||||
if [ $PLATFORM = "unix" ]; then
|
if [ $PLATFORM = "unix" ]; then
|
||||||
|
|
Loading…
Reference in New Issue