mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user