mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 04:20:28 +00:00
(qb) Always set CG_LIBS
This commit is contained in:
parent
91a8fc6a07
commit
b66cf0967b
@ -218,6 +218,9 @@ if [ "$HAVE_OPENGL" != 'no' ] && [ "$HAVE_GLES" != 'yes' ]; then
|
||||
check_lib_cxx CG -lCg cgCreateContext
|
||||
[ "$HAVE_CG" = 'yes' ] && CG_LIBS='-lCg -lCgGL'
|
||||
fi
|
||||
|
||||
# fix undefined variables
|
||||
PKG_CONF_USED+=CG
|
||||
else
|
||||
echo "Ignoring Cg. Desktop OpenGL is not enabled."
|
||||
HAVE_CG='no'
|
||||
|
Loading…
x
Reference in New Issue
Block a user