Don't use build summary if building only one core

This commit is contained in:
T. Joseph Carter 2015-01-30 19:21:57 -08:00
parent da66ca7437
commit b4ce14ecf5
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ echo "STRIP = $STRIP"
mkdir -p "$RARCH_DIST_DIR" mkdir -p "$RARCH_DIST_DIR"
if [ $1 ]; then if [ $1 ]; then
NOBUILD_SUMMARY=1
$1 $1
else else
build_libretro_2048 build_libretro_2048