mirror of
https://github.com/yawut/SDL.git
synced 2026-09-08 09:06:29 -05:00
Merged r4784:4785 from branches/SDL-1.2: Mac OS X linker command line fixes.
This commit is contained in:
@@ -28,7 +28,7 @@ case "$host" in
|
||||
*-*-darwin* )
|
||||
EXE=""
|
||||
MATHLIB=""
|
||||
SYS_GL_LIBS="-Wl,-framework,OpenGL"
|
||||
SYS_GL_LIBS="-framework,OpenGL"
|
||||
;;
|
||||
*-*-aix*)
|
||||
EXE=""
|
||||
|
||||
Reference in New Issue
Block a user