mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Merge pull request #5005 from zhangn1985/fix-build
[game.libretro.vecx] fix build issue when opengl is disabled
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user