Merged r4784:4785 from branches/SDL-1.2: Mac OS X linker command line fixes.
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404373
This commit is contained in:
parent
80c18796d0
commit
065e14eb5d
2 changed files with 7 additions and 7 deletions
|
@ -28,7 +28,7 @@ case "$host" in
|
|||
*-*-darwin* )
|
||||
EXE=""
|
||||
MATHLIB=""
|
||||
SYS_GL_LIBS="-Wl,-framework,OpenGL"
|
||||
SYS_GL_LIBS="-framework,OpenGL"
|
||||
;;
|
||||
*-*-aix*)
|
||||
EXE=""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue