Skip to content

Commit

Permalink
re-word warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Parker committed Jan 6, 2019
1 parent 65c6bb6 commit 8343cf2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions qb/config.libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -570,8 +570,7 @@ if [ "$HAVE_MATERIALUI" = no ] &&
[ "$HAVE_STRIPES" = no ] &&
[ "$HAVE_ZARCH" = no ]; then
HAVE_MENU=no
die : 'Notice: No menu drivers available, the Qt menu will also be disabled.'
# TODO: RetroArch will crash on start if only the Qt menu driver is enabled.
die : 'Notice: No menu drivers available.'
fi

if [ "$HAVE_MENU" != 'no' ]; then
Expand Down

0 comments on commit 8343cf2

Please sign in to comment.