mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
(qb) Fix bashism in Cg checks
This commit is contained in:
parent
25b09cdc78
commit
9d69f81db9
@ -220,7 +220,7 @@ if [ "$HAVE_OPENGL" != 'no' ] && [ "$HAVE_GLES" != 'yes' ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# fix undefined variables
|
# fix undefined variables
|
||||||
PKG_CONF_USED+=CG
|
PKG_CONF_USED="$PKG_CONF_USED CG"
|
||||||
else
|
else
|
||||||
echo "Ignoring Cg. Desktop OpenGL is not enabled."
|
echo "Ignoring Cg. Desktop OpenGL is not enabled."
|
||||||
HAVE_CG='no'
|
HAVE_CG='no'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user