mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 20:14:22 +00:00
Merge pull request #163 from iKarith/master
Don't use build summary if building only one core
This commit is contained in:
commit
00e94bb209
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user