From 2aa695edda96b1f3b9673dcef72317d5cd2d8ea5 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 5 Nov 2015 21:12:31 +0100 Subject: [PATCH] Add platform part too --- libretro-build-common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-build-common.sh b/libretro-build-common.sh index 05dbedf5..9bdc0d08 100755 --- a/libretro-build-common.sh +++ b/libretro-build-common.sh @@ -55,7 +55,7 @@ post_error_log() { error=`cat $WORKDIR/log/$1.log | tail -n 100` haste=`curl -s -XPOST http://hastebin.com/documents -d"$error"` haste=`echo $haste | cut -d"\"" -f4` - echo "$1 build failed (platform: $2) LOG: http://hastebin.com/$haste" + echo "$1 build failed (platform: $FORMAT_COMPILER_TARGET) LOG: http://hastebin.com/$haste" } build_summary_log() {