mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
Merge branch 'master' of https://github.com/Themaister/RetroArch
This commit is contained in:
commit
dee990b267
@ -95,7 +95,7 @@ check_pkgconf SDL sdl 1.2.10
|
|||||||
|
|
||||||
if [ "$HAVE_OPENGL" != 'no' ]; then
|
if [ "$HAVE_OPENGL" != 'no' ]; then
|
||||||
if [ "$OS" = 'Darwin' ]; then
|
if [ "$OS" = 'Darwin' ]; then
|
||||||
check_lib_c CG "-framework Cg" cgCreateContext
|
check_lib CG "-framework Cg" cgCreateContext
|
||||||
else
|
else
|
||||||
# On some distros, -lCg doesn't link against -lstdc++ it seems ...
|
# On some distros, -lCg doesn't link against -lstdc++ it seems ...
|
||||||
check_lib_cxx CG -lCg cgCreateContext
|
check_lib_cxx CG -lCg cgCreateContext
|
||||||
|
Loading…
x
Reference in New Issue
Block a user