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