mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
Merge pull request #5005 from zhangn1985/fix-build
[game.libretro.vecx] fix build issue when opengl is disabled
This commit is contained in:
commit
ff9d6b422b
@ -15,7 +15,11 @@ PKG_LIBPATH="${PKG_LIBNAME}"
|
||||
PKG_LIBVAR="VECX_LIB"
|
||||
|
||||
make_target() {
|
||||
make
|
||||
if [ "$OPENGL_SUPPORT" = no ]; then
|
||||
HAS_GLES=1 make
|
||||
else
|
||||
make
|
||||
fi
|
||||
}
|
||||
|
||||
makeinstall_target() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user