Update dist-cores.sh
This commit is contained in:
parent
3a552e08ff
commit
312f143253
|
@ -417,6 +417,6 @@ elif [ $PLATFORM = "ode-ps3" ] ; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -z $linking_error ]; then
|
if [ ! -z $linking_error ]; then
|
||||||
echo error
|
echo $linking_error
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue