mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
Indent fix.
This commit is contained in:
parent
2755abc14f
commit
aa0950e65f
@ -80,9 +80,9 @@ if [ "$HAVE_EGL" != "no" ]; then
|
|||||||
if [ "$HAVE_EGL" = "no" ]; then
|
if [ "$HAVE_EGL" = "no" ]; then
|
||||||
HAVE_EGL=auto && check_lib EGL "-lEGL $EXTRA_GL_LIBS"
|
HAVE_EGL=auto && check_lib EGL "-lEGL $EXTRA_GL_LIBS"
|
||||||
[ "$HAVE_EGL" = "yes" ] && EGL_LIBS=-lEGL
|
[ "$HAVE_EGL" = "yes" ] && EGL_LIBS=-lEGL
|
||||||
else
|
else
|
||||||
EGL_LIBS="$EGL_LIBS $EXTRA_GL_LIBS"
|
EGL_LIBS="$EGL_LIBS $EXTRA_GL_LIBS"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$LIBRETRO" ]; then
|
if [ "$LIBRETRO" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user