sdl-config doesn't include the OpenGL library in --libs

This commit is contained in:
Sam Lantinga
2006-05-11 04:16:39 +00:00
parent 4e69d001e0
commit e31e073820
2 changed files with 1 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ case "$host" in
*-*-darwin* )
EXE=""
MATHLIB=""
SYS_GL_LIBS=""
SYS_GL_LIBS="-Wl,-framework,OpenGL"
;;
*-*-aix*)
EXE=""