mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46: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"
|
PKG_LIBVAR="VECX_LIB"
|
||||||
|
|
||||||
make_target() {
|
make_target() {
|
||||||
if [ "$OPENGL_SUPPORT" = no ]; then
|
if [ "${OPENGL_SUPPORT}" = no ]; then
|
||||||
HAS_GLES=1 make
|
HAS_GLES=1 make
|
||||||
else
|
else
|
||||||
make
|
make
|
||||||
|
Loading…
x
Reference in New Issue
Block a user