@@ -51,10 +51,10 @@ if [[ $platform == "mac" ]]; then
else
[[-e prod_build/$platform/scripts/pre-build.sh ]]&& prod_build/$platform/scripts/pre-build.sh $platform||echo"[WRN] No pre-build script detected. Moving on"#For actions before build not in chroot and in chroot (version update, install missing dependencies(under schroot))
prod_build/$platform/scripts/build.sh ||{errcode=$?&&errstring="$errstring${platform}_build $errcode"&&echo"[ERR] $platform build on $HOST_DISTR_VERSIONS-$HOST_ARCH_VERSIONS errcode $errcode";break 2;}
prod_build/$platform/scripts/build.sh ||{errcode=$?&&errstring="$errstring${platform}_build $errcode"&&echo"[ERR] $platform build on $HOST_DISTR_VERSIONS-$HOST_ARCH_VERSIONS errcode $errcode";}