mirror of
https://github.com/libretro/libretro-super
synced 2025-02-22 06:40:54 +00:00
update RA 3ds logging
This commit is contained in:
parent
1c8d0286b5
commit
53edfd833a
@ -1801,7 +1801,7 @@ if [ "${PLATFORM}" == "ctr" ] && [ "${RA}" == "YES" ]; then
|
|||||||
cp -v $RARCH_DIST_DIR/*.a .
|
cp -v $RARCH_DIST_DIR/*.a .
|
||||||
|
|
||||||
#ls -1 *.a | awk -F "." ' { print "cp " $0 " " $1 "_ctr." $2 }' |sh
|
#ls -1 *.a | awk -F "." ' { print "cp " $0 " " $1 "_ctr." $2 }' |sh
|
||||||
JOBS=1 sh ./dist-cores.sh ctr 2>&1 > $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log
|
JOBS=1 sh ./dist-cores.sh ctr &> $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log 2>&1
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
MESSAGE="retroarch build succeeded [$jobid]"
|
MESSAGE="retroarch build succeeded [$jobid]"
|
||||||
echo $MESSAGE
|
echo $MESSAGE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user