mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-15 23:06:40 +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
|
||||
|
||||
# fix undefined variables
|
||||
PKG_CONF_USED+=CG
|
||||
PKG_CONF_USED="$PKG_CONF_USED CG"
|
||||
else
|
||||
echo "Ignoring Cg. Desktop OpenGL is not enabled."
|
||||
HAVE_CG='no'
|
||||
|
Loading…
Reference in New Issue
Block a user