From 80cbd44ccf6e96d559e098eb7ce60b0eb5863b0e Mon Sep 17 00:00:00 2001 From: Themaister Date: Sun, 14 Oct 2012 20:31:59 +0200 Subject: [PATCH] OSX derp. --- qb/config.libs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qb/config.libs.sh b/qb/config.libs.sh index 46e75dbd6b..d19a933fe6 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -95,7 +95,7 @@ check_pkgconf SDL sdl 1.2.10 if [ "$HAVE_OPENGL" != 'no' ]; then if [ "$OS" = 'Darwin' ]; then - check_lib_c CG "-framework Cg" cgCreateContext + check_lib CG "-framework Cg" cgCreateContext else # On some distros, -lCg doesn't link against -lstdc++ it seems ... check_lib_cxx CG -lCg cgCreateContext