Add -framework AGL which is required after recent gui code changes.
This commit is contained in:
parent
269134465a
commit
87387cfcc9
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ case "${host}" in
|
|||
*-apple-darwin*)
|
||||
dnl Mac OS X
|
||||
|
||||
LIBS="$LIBS -framework GLUT -framework OpenGL -framework Carbon -lobjc"
|
||||
LIBS="$LIBS -framework GLUT -framework OpenGL -framework AGL -framework Carbon -lobjc"
|
||||
;;
|
||||
|
||||
*)
|
||||
|
|
Loading…
Add table
Reference in a new issue