mirror of
https://github.com/libretro/libretro-super
synced 2025-02-20 18:40:59 +00:00
fix logging per ABI..
This commit is contained in:
parent
a3bf2a5864
commit
94c1c5251b
@ -337,14 +337,16 @@ build_libretro_generic_jni() {
|
||||
then
|
||||
MESSAGE="$1-$a build successful ($jobid)"
|
||||
echo BUILDBOT JOB: $MESSAGE
|
||||
buildbot_log "$MESSAGE"
|
||||
cp -v ../libs/${a}/libretro.${FORMAT_EXT} $RARCH_DIST_DIR/${a}/${1}_libretro${FORMAT}.${FORMAT_EXT}
|
||||
else
|
||||
MESSAGE="$1-$a build failure ($jobid)"
|
||||
echo BUILDBOT JOB: $MESSAGE
|
||||
buildbot_log "$MESSAGE"
|
||||
fi
|
||||
done
|
||||
|
||||
buildbot_log "$MESSAGE"
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user