mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
emulation: automated code cleanup
Signed-off-by: CvH <namerp@googlemail.com>
This commit is contained in:
parent
4927f1d443
commit
f1ed15bd54
@ -15,7 +15,7 @@ PKG_LIBPATH="${PKG_LIBNAME}"
|
||||
PKG_LIBVAR="VECX_LIB"
|
||||
|
||||
make_target() {
|
||||
if [ "$OPENGL_SUPPORT" = no ]; then
|
||||
if [ "${OPENGL_SUPPORT}" = no ]; then
|
||||
HAS_GLES=1 make
|
||||
else
|
||||
make
|
||||
|
Loading…
x
Reference in New Issue
Block a user