From aa0950e65ff149145f1a8dbef503ef796252ff99 Mon Sep 17 00:00:00 2001 From: Themaister Date: Tue, 17 Jun 2014 21:01:19 +0200 Subject: [PATCH] Indent fix. --- qb/config.libs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qb/config.libs.sh b/qb/config.libs.sh index eaf3fbc3af..8c0db99185 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -80,9 +80,9 @@ if [ "$HAVE_EGL" != "no" ]; then if [ "$HAVE_EGL" = "no" ]; then HAVE_EGL=auto && check_lib EGL "-lEGL $EXTRA_GL_LIBS" [ "$HAVE_EGL" = "yes" ] && EGL_LIBS=-lEGL - else + else EGL_LIBS="$EGL_LIBS $EXTRA_GL_LIBS" - fi + fi fi if [ "$LIBRETRO" ]; then