Whoops, this breaks building on Mac OS X 10.4

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403874
This commit is contained in:
Sam Lantinga 2009-09-22 02:20:56 +00:00
parent ad397223a2
commit a78ed924f8
2 changed files with 7 additions and 7 deletions

View file

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