mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-10 04:51:32 +00:00
Merge pull request #1034 from heuripedes/master
(qb) Fix bashism in Cg checks
This commit is contained in:
commit
ac41067df5
@ -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