Merged r4784:4785 from branches/SDL-1.2: Mac OS X linker command line fixes.

This commit is contained in:
Ryan C. Gordon
2010-01-10 04:42:45 +00:00
parent f8378c78bc
commit b7bf9f415e
2 changed files with 7 additions and 7 deletions

View File

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