Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
sdl-config doesn't include the OpenGL library in --libs
- Loading branch information
File 2 of 2 in
cb8898b
|
@@ -28,7 +28,7 @@ case "$host" in |
|
|
*-*-darwin* ) |
|
|
EXE="" |
|
|
MATHLIB="" |
|
|
SYS_GL_LIBS="" |
|
|
SYS_GL_LIBS="-Wl,-framework,OpenGL" |
|
|
;; |
|
|
*-*-aix*) |
|
|
EXE="" |
|
|
Oops, something went wrong.