this should make it work for cross makefiles too

This commit is contained in:
radius 2016-08-27 13:20:55 -05:00
parent 6d052727af
commit df0baf72ed
1 changed files with 1 additions and 0 deletions

View File

@ -1656,6 +1656,7 @@ if [ "${PLATFORM}" == "vita" ] && [ "${RA}" == "YES" ]; then
cd dist-scripts
rm *.a
cp -v $RARCH_DIST_DIR/*.a .
cp -v $RARCH_DIST_DIR/arm/*.a .
JOBS=1 sh ./dist-cores.sh vita &> $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log
if [ $? -eq 0 ]; then